#92B6D3
A light, moderate blue closely aligning with Lightsteelblue.
About #92B6D3
When working with digital screens, the color #92B6D3 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lightsteelblue. This translates to an RGB value of rgb(146, 182, 211).
For print applications, it's crucial to understand its CMYK makeup. The color uses 31% Cyan, 14% Magenta, 0% Yellow, and 17% Black. 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. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92B6D3
RGB146, 182, 211
HSL206.8°, 42.5%, 70.0%
CMYK31%, 14%, 0%, 17%
HSV206.8°, 30.8%, 82.7%
LAB72.4, -5.3, -18.6
XYZ40.3, 44.3, 68.0
Decimal9615059
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.85:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92B6D3;
}
.text-color {
color: #92B6D3;
}
.border-color {
border: 2px solid #92B6D3;
}