#998A5F
A medium, muted orange closely aligning with Tan.
About #998A5F
The hex code #998A5F represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Tan. In the RGB color space, it consists of 153 red, 138 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 10% magenta inks. 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. 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#998A5F
RGB153, 138, 95
HSL44.5°, 23.4%, 48.6%
CMYK0%, 10%, 38%, 40%
HSV44.5°, 37.9%, 60.0%
LAB57.8, -0.9, 25.1
XYZ24.3, 25.8, 14.5
Decimal10062431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.16:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #998A5F;
}
.text-color {
color: #998A5F;
}
.border-color {
border: 2px solid #998A5F;
}