#589053
a dark, soft green · cool · closest name: seagreen
RGB
88, 144, 83
HSL
115°, 27%, 45%
CMYK
39, 0, 42, 44
Luminance
0.2265
Every format
| HEX | #589053 |
| RGB | rgb(88, 144, 83) |
| HSL | hsl(115, 27%, 45%) |
| CMYK | cmyk(39%, 0%, 42%, 44%) |
| LAB | lab(54.7 -31.3 26.7) |
| LCH | lch(54.7 41.1 139.5) |
| OKLCH | oklch(0.599 0.108 142.3) |
Copy-ready code
/* CSS */
color: #589053;
background-color: #589053;
/* Tailwind (arbitrary) */
class="text-[#589053] bg-[#589053]"
/* SCSS */
$brand: #589053;
/* SwiftUI */
Color(red: 0.345, green: 0.565, blue: 0.325)
/* Android */
Color.parseColor("#589053")Accessibility — WCAG contrast
Aa
#589053 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#589053 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green56.5%
Blue32.5%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow42.4%
Key (black)43.5%
Color previews
#589053 text on a black background
contrast 5.53:1
Card sample
#589053 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #589053;
Background color
Panel with #589053 background
background-color: #589053;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #589053;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 144, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 144, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #589053; background: linear-gradient(135deg, #589053, #539077);