#998A83
A medium, muted neutral closely aligning with Gray.
About #998A83
The precise color #998A83 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Gray. This translates to an RGB value of rgb(153, 138, 131).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 10% M, 14% Y, and 40% K. With a hue angle of 19.1 degrees, it sits comfortably in the neutral spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#998A83
RGB153, 138, 131
HSL19.1°, 9.7%, 55.7%
CMYK0%, 10%, 14%, 40%
HSV19.1°, 14.4%, 60.0%
LAB58.6, 4.4, 5.8
XYZ26.3, 26.6, 25.2
Decimal10062467
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.32:1
Text on #FFFFFF
AA Large
6.32:1
Text on #000000
AA
3.18:1
Text on #F8FAFC
AA Large
5.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #998A83;
}
.text-color {
color: #998A83;
}
.border-color {
border: 2px solid #998A83;
}