#92AFE9
A light, moderate blue closely aligning with Lightskyblue.
About #92AFE9
The hex code #92AFE9 represents a beautifully specific shade of blue. Designers often compare it to the standard color Lightskyblue. This translates to an RGB value of rgb(146, 175, 233).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 37% Cyan, 25% Magenta, 0% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#92AFE9
RGB146, 175, 233
HSL220.0°, 66.4%, 74.3%
CMYK37%, 25%, 0%, 9%
HSV220.0°, 37.3%, 91.4%
LAB71.3, 4.1, -32.2
XYZ41.9, 42.7, 83.1
Decimal9613289
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.53:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92AFE9;
}
.text-color {
color: #92AFE9;
}
.border-color {
border: 2px solid #92AFE9;
}