#598e7d
a balanced, soft cyan · cool · closest name: teal
RGB
89, 142, 125
HSL
161°, 23%, 45%
CMYK
37, 0, 12, 44
Luminance
0.2295
Every format
| HEX | #598e7d |
| RGB | rgb(89, 142, 125) |
| HSL | hsl(161, 23%, 45%) |
| CMYK | cmyk(37%, 0%, 12%, 44%) |
| LAB | lab(55.0 -21.7 3.5) |
| LCH | lch(55.0 22.0 170.8) |
| OKLCH | oklch(0.604 0.063 171.8) |
Copy-ready code
/* CSS */
color: #598e7d;
background-color: #598e7d;
/* Tailwind (arbitrary) */
class="text-[#598e7d] bg-[#598e7d]"
/* SCSS */
$brand: #598e7d;
/* SwiftUI */
Color(red: 0.349, green: 0.557, blue: 0.490)
/* Android */
Color.parseColor("#598e7d")Accessibility — WCAG contrast
Aa
#598e7d on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#598e7d on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green55.7%
Blue49.0%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow12.0%
Key (black)44.3%
Color previews
#598e7d text on a black background
contrast 5.59:1
Card sample
#598e7d text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #598e7d;
Background color
Panel with #598e7d background
background-color: #598e7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #598e7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 142, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 142, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #598e7d; background: linear-gradient(135deg, #598e7d, #597C8E);