#6DAFE9
A light, vivid blue closely aligning with Lightskyblue.
About #6DAFE9
Visually, #6DAFE9 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Lightskyblue. This translates to an RGB value of rgb(109, 175, 233).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 53% C, 25% M, 0% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6DAFE9
RGB109, 175, 233
HSL208.1°, 73.8%, 67.1%
CMYK53%, 25%, 0%, 9%
HSV208.1°, 53.2%, 91.4%
LAB69.3, -4.9, -35.5
XYZ36.3, 39.8, 82.9
Decimal7188457
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.96:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DAFE9;
}
.text-color {
color: #6DAFE9;
}
.border-color {
border: 2px solid #6DAFE9;
}