#92A0FF
A light, vivid blue closely aligning with Cornflowerblue.
About #92A0FF
Visually, #92A0FF is defined as a vivid blue. It is closely associated with the named CSS color Cornflowerblue. In the RGB color space, it consists of 146 red, 160 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 43% C, 37% M, 0% Y, and 0% K. The HSL representation is 232.3° hue, 100.0% saturation, and 78.6% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#92A0FF
RGB146, 160, 255
HSL232.3°, 100.0%, 78.6%
CMYK43%, 37%, 0%, 0%
HSV232.3°, 42.7%, 100.0%
LAB68.4, 18.6, -48.8
XYZ42.5, 38.5, 99.8
Decimal9609471
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.69:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92A0FF;
}
.text-color {
color: #92A0FF;
}
.border-color {
border: 2px solid #92A0FF;
}