#839283
A medium, muted neutral closely aligning with Gray.
About #839283
The hex code #839283 represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Gray. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 146, and 131.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 10% C, 0% M, 10% Y, and 43% K. Always request a physical proof before doing a large print run with this exact code.
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#839283
RGB131, 146, 131
HSL120.0°, 6.4%, 54.3%
CMYK10%, 0%, 10%, 43%
HSV120.0°, 10.3%, 57.3%
LAB59.0, -8.4, 6.1
XYZ23.7, 27.0, 25.4
Decimal8622723
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.40:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #839283;
}
.text-color {
color: #839283;
}
.border-color {
border: 2px solid #839283;
}