#19552b
a deep, vivid green · cool · closest name: seagreen
RGB
25, 85, 43
HSL
138°, 55%, 22%
CMYK
71, 0, 49, 67
Luminance
0.0688
Every format
| HEX | #19552b |
| RGB | rgb(25, 85, 43) |
| HSL | hsl(138, 55%, 22%) |
| CMYK | cmyk(71%, 0%, 49%, 67%) |
| LAB | lab(31.5 -29.7 19.0) |
| LCH | lch(31.5 35.3 147.4) |
| OKLCH | oklch(0.400 0.093 149.9) |
Copy-ready code
/* CSS */
color: #19552b;
background-color: #19552b;
/* Tailwind (arbitrary) */
class="text-[#19552b] bg-[#19552b]"
/* SCSS */
$brand: #19552b;
/* SwiftUI */
Color(red: 0.098, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#19552b")Accessibility — WCAG contrast
Aa
#19552b on white: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19552b on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green33.3%
Blue16.9%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow49.4%
Key (black)66.7%
Color previews
#19552b text on a black background
contrast 2.38:1
Card sample
#19552b text on a white background
contrast 8.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19552b;
Background color
Panel with #19552b background
background-color: #19552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19552b; background: linear-gradient(135deg, #19552b, #195553);