#6DAFE2
A light, moderate blue closely aligning with Lightskyblue.
About #6DAFE2
At its core, #6DAFE2 is a light and moderate hue. It is closely associated with the named CSS color Lightskyblue. This translates to an RGB value of rgb(109, 175, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 52% C, 23% M, 0% Y, and 11% K. The HSL representation is 206.2° hue, 66.9% saturation, and 65.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DAFE2
RGB109, 175, 226
HSL206.2°, 66.9%, 65.7%
CMYK52%, 23%, 0%, 11%
HSV206.2°, 51.8%, 88.6%
LAB69.0, -6.9, -32.1
XYZ35.4, 39.4, 77.7
Decimal7188450
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.88:1
Text on #000000
AAA
2.26:1
Text on #F8FAFC
FAIL
7.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DAFE2;
}
.text-color {
color: #6DAFE2;
}
.border-color {
border: 2px solid #6DAFE2;
}