#9299BD
A light, muted blue closely aligning with Lightslategray.
About #9299BD
When working with digital screens, the color #9299BD is rendered by mixing light. Its closest recognized web color is Lightslategray. This translates to an RGB value of rgb(146, 153, 189).
If you are designing for print, the four-color process is what matters most. The color uses 23% Cyan, 19% Magenta, 0% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#9299BD
RGB146, 153, 189
HSL230.2°, 24.6%, 65.7%
CMYK23%, 19%, 0%, 26%
HSV230.2°, 22.8%, 74.1%
LAB63.8, 5.4, -19.4
XYZ32.4, 32.6, 52.7
Decimal9607613
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.51:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9299BD;
}
.text-color {
color: #9299BD;
}
.border-color {
border: 2px solid #9299BD;
}