#509e5d
a balanced, soft green · cool · closest name: seagreen
RGB
80, 158, 93
HSL
130°, 33%, 47%
CMYK
49, 0, 41, 38
Luminance
0.2695
Every format
| HEX | #509e5d |
| RGB | rgb(80, 158, 93) |
| HSL | hsl(130, 33%, 47%) |
| CMYK | cmyk(49%, 0%, 41%, 38%) |
| LAB | lab(58.9 -38.5 26.7) |
| LCH | lch(58.9 46.8 145.2) |
| OKLCH | oklch(0.633 0.124 147.6) |
Copy-ready code
/* CSS */
color: #509e5d;
background-color: #509e5d;
/* Tailwind (arbitrary) */
class="text-[#509e5d] bg-[#509e5d]"
/* SCSS */
$brand: #509e5d;
/* SwiftUI */
Color(red: 0.314, green: 0.620, blue: 0.365)
/* Android */
Color.parseColor("#509e5d")Accessibility — WCAG contrast
Aa
#509e5d on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#509e5d on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green62.0%
Blue36.5%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow41.1%
Key (black)38.0%
Color previews
#509e5d text on a black background
contrast 6.39:1
Card sample
#509e5d text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #509e5d;
Background color
Panel with #509e5d background
background-color: #509e5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #509e5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 158, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 158, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #509e5d; background: linear-gradient(135deg, #509e5d, #509E91);