#508375
A medium, muted green closely aligning with Teal.
About #508375
The hex code #508375 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Teal. This translates to an RGB value of rgb(80, 131, 117).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 39% cyan and 0% magenta inks. 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#508375
RGB80, 131, 117
HSL163.5°, 24.2%, 41.4%
CMYK39%, 0%, 11%, 49%
HSV163.5°, 38.9%, 51.4%
LAB50.9, -20.6, 2.2
XYZ14.6, 19.2, 19.8
Decimal5276533
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.84:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #508375;
}
.text-color {
color: #508375;
}
.border-color {
border: 2px solid #508375;
}