#9299C5
A light, moderate blue closely aligning with Lightslategray.
About #9299C5
Visually, #9299C5 is defined as a moderate blue. It is closely associated with the named CSS color Lightslategray. This translates to an RGB value of rgb(146, 153, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 26% Cyan, 22% Magenta, 0% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9299C5
RGB146, 153, 197
HSL231.8°, 30.5%, 67.3%
CMYK26%, 22%, 0%, 23%
HSV231.8°, 25.9%, 77.3%
LAB64.1, 7.3, -23.5
XYZ33.3, 32.9, 57.4
Decimal9607621
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.77:1
Text on #FFFFFF
FAIL
7.58:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9299C5;
}
.text-color {
color: #9299C5;
}
.border-color {
border: 2px solid #9299C5;
}