#6DA8F8
A light, vivid blue closely aligning with Cornflowerblue.
About #6DA8F8
When working with digital screens, the color #6DA8F8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(109, 168, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 56% C, 32% M, 0% Y, and 3% K. The HSL representation is 214.5° hue, 90.8% saturation, and 70.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DA8F8
RGB109, 168, 248
HSL214.5°, 90.8%, 70.0%
CMYK56%, 32%, 0%, 3%
HSV214.5°, 56.0%, 97.3%
LAB68.0, 3.6, -45.7
XYZ37.3, 38.0, 94.2
Decimal7186680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.61:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DA8F8;
}
.text-color {
color: #6DA8F8;
}
.border-color {
border: 2px solid #6DA8F8;
}