#508A5F
A medium, muted green closely aligning with Seagreen.
About #508A5F
At its core, #508A5F is a medium and muted hue. It is closely associated with the named CSS color Seagreen. This translates to an RGB value of rgb(80, 138, 95).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 42% C, 0% M, 31% Y, and 46% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#508A5F
RGB80, 138, 95
HSL135.5°, 26.6%, 42.7%
CMYK42%, 0%, 31%, 46%
HSV135.5°, 42.0%, 54.1%
LAB52.6, -28.9, 17.2
XYZ14.5, 20.7, 14.1
Decimal5278303
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.08:1
Text on #FFFFFF
AA Large
5.14:1
Text on #000000
AA
3.90:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #508A5F;
}
.text-color {
color: #508A5F;
}
.border-color {
border: 2px solid #508A5F;
}