#189b5f
a dark, vivid green · cool · closest name: seagreen
RGB
24, 155, 95
HSL
153°, 73%, 35%
CMYK
85, 0, 39, 39
Luminance
0.2446
Every format
| HEX | #189b5f |
| RGB | rgb(24, 155, 95) |
| HSL | hsl(153, 73%, 35%) |
| CMYK | cmyk(85%, 0%, 39%, 39%) |
| LAB | lab(56.5 -47.6 22.3) |
| LCH | lch(56.5 52.6 155.0) |
| OKLCH | oklch(0.609 0.140 156.6) |
Copy-ready code
/* CSS */
color: #189b5f;
background-color: #189b5f;
/* Tailwind (arbitrary) */
class="text-[#189b5f] bg-[#189b5f]"
/* SCSS */
$brand: #189b5f;
/* SwiftUI */
Color(red: 0.094, green: 0.608, blue: 0.373)
/* Android */
Color.parseColor("#189b5f")Accessibility — WCAG contrast
Aa
#189b5f on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#189b5f on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green60.8%
Blue37.3%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow38.7%
Key (black)39.2%
Color previews
#189b5f text on a black background
contrast 5.89:1
Card sample
#189b5f text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #189b5f;
Background color
Panel with #189b5f background
background-color: #189b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #189b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 155, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 155, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #189b5f; background: linear-gradient(135deg, #189b5f, #18809B);