#66AFFF
A light, vivid blue closely aligning with Cornflowerblue.
About #66AFFF
Visually, #66AFFF is defined as a vivid blue. It is closely associated with the named CSS color Cornflowerblue. This translates to an RGB value of rgb(102, 175, 255).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 60% cyan, 31% magenta, 0% yellow, and 0% black. The HSL representation is 211.4° hue, 100.0% saturation, and 70.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66AFFF
RGB102, 175, 255
HSL211.4°, 100.0%, 70.0%
CMYK60%, 31%, 0%, 0%
HSV211.4°, 60.0%, 100.0%
LAB70.0, 0.5, -46.5
XYZ38.9, 40.7, 100.4
Decimal6729727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.14:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66AFFF;
}
.text-color {
color: #66AFFF;
}
.border-color {
border: 2px solid #66AFFF;
}