#838366
A medium, muted yellow closely aligning with Gray.
About #838366
The hex code #838366 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Gray. This translates to an RGB value of rgb(131, 131, 102).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 0% Magenta, 22% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
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#838366
RGB131, 131, 102
HSL60.0°, 12.4%, 45.7%
CMYK0%, 0%, 22%, 49%
HSV60.0°, 22.1%, 51.4%
LAB54.0, -5.1, 15.7
XYZ19.9, 22.0, 15.8
Decimal8618854
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.40:1
Text on #000000
AA
3.71:1
Text on #F8FAFC
AA Large
4.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #838366;
}
.text-color {
color: #838366;
}
.border-color {
border: 2px solid #838366;
}