#508A6D
A medium, muted green closely aligning with Seagreen.
About #508A6D
The hex code #508A6D represents a beautifully specific shade of green. It is closely associated with the named CSS color Seagreen. In the RGB color space, it consists of 80 red, 138 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 42% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#508A6D
RGB80, 138, 109
HSL150.0°, 26.6%, 42.7%
CMYK42%, 0%, 21%, 46%
HSV150.0°, 42.0%, 54.1%
LAB52.9, -26.0, 9.7
XYZ15.2, 21.0, 17.7
Decimal5278317
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.20:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #508A6D;
}
.text-color {
color: #508A6D;
}
.border-color {
border: 2px solid #508A6D;
}