#998A7C
A medium, muted orange closely aligning with Gray.
About #998A7C
The hex code #998A7C represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Gray. In the RGB color space, it consists of 153 red, 138 green, and 124 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 10% magenta inks. With a hue angle of 29.0 degrees, it sits comfortably in the orange 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#998A7C
RGB153, 138, 124
HSL29.0°, 12.4%, 54.3%
CMYK0%, 10%, 19%, 40%
HSV29.0°, 19.0%, 60.0%
LAB58.4, 3.2, 9.5
XYZ25.9, 26.4, 22.8
Decimal10062460
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.34:1
Text on #FFFFFF
AA Large
6.28:1
Text on #000000
AA
3.20:1
Text on #F8FAFC
AA Large
5.34:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #998A7C;
}
.text-color {
color: #998A7C;
}
.border-color {
border: 2px solid #998A7C;
}