#998A6D
A medium, muted orange closely aligning with Gray.
About #998A6D
At its core, #998A6D is a medium and muted hue. If you're using CSS, you might find it aligns closely with Gray. This translates to an RGB value of rgb(153, 138, 109).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 10% magenta inks. The HSL representation is 39.5° hue, 17.7% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#998A6D
RGB153, 138, 109
HSL39.5°, 17.7%, 51.4%
CMYK0%, 10%, 29%, 40%
HSV39.5°, 28.8%, 60.0%
LAB58.1, 1.0, 17.6
XYZ25.0, 26.1, 18.2
Decimal10062445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.21:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #998A6D;
}
.text-color {
color: #998A6D;
}
.border-color {
border: 2px solid #998A6D;
}