#19583f
a deep, vivid green · cool · closest name: darkslategray
RGB
25, 88, 63
HSL
156°, 56%, 22%
CMYK
72, 0, 28, 66
Luminance
0.0755
Every format
| HEX | #19583f |
| RGB | rgb(25, 88, 63) |
| HSL | hsl(156, 56%, 22%) |
| CMYK | cmyk(72%, 0%, 28%, 66%) |
| LAB | lab(33.0 -26.6 8.8) |
| LCH | lch(33.0 28.0 161.7) |
| OKLCH | oklch(0.413 0.076 162.9) |
Copy-ready code
/* CSS */
color: #19583f;
background-color: #19583f;
/* Tailwind (arbitrary) */
class="text-[#19583f] bg-[#19583f]"
/* SCSS */
$brand: #19583f;
/* SwiftUI */
Color(red: 0.098, green: 0.345, blue: 0.247)
/* Android */
Color.parseColor("#19583f")Accessibility — WCAG contrast
Aa
#19583f on white: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19583f on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green34.5%
Blue24.7%
CMYK percentages
Cyan71.6%
Magenta0.0%
Yellow28.4%
Key (black)65.5%
Color previews
#19583f text on a black background
contrast 2.51:1
Card sample
#19583f text on a white background
contrast 8.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19583f;
Background color
Panel with #19583f background
background-color: #19583f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19583f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 88, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 88, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19583f; background: linear-gradient(135deg, #19583f, #194758);