#598564
a dark, soft green · cool · closest name: seagreen
RGB
89, 133, 100
HSL
135°, 20%, 44%
CMYK
33, 0, 25, 48
Luminance
0.1982
Every format
| HEX | #598564 |
| RGB | rgb(89, 133, 100) |
| HSL | hsl(135, 20%, 44%) |
| CMYK | cmyk(33%, 0%, 25%, 48%) |
| LAB | lab(51.6 -22.5 13.1) |
| LCH | lch(51.6 26.0 149.8) |
| OKLCH | oklch(0.575 0.070 151.6) |
Copy-ready code
/* CSS */
color: #598564;
background-color: #598564;
/* Tailwind (arbitrary) */
class="text-[#598564] bg-[#598564]"
/* SCSS */
$brand: #598564;
/* SwiftUI */
Color(red: 0.349, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#598564")Accessibility — WCAG contrast
Aa
#598564 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#598564 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green52.2%
Blue39.2%
CMYK percentages
Cyan33.1%
Magenta0.0%
Yellow24.8%
Key (black)47.8%
Color previews
#598564 text on a black background
contrast 4.96:1
Card sample
#598564 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #598564;
Background color
Panel with #598564 background
background-color: #598564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #598564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #598564; background: linear-gradient(135deg, #598564, #598581);