#17512c
a deep, vivid green · cool · closest name: seagreen
RGB
23, 81, 44
HSL
142°, 56%, 20%
CMYK
72, 0, 46, 68
Luminance
0.0625
Every format
| HEX | #17512c |
| RGB | rgb(23, 81, 44) |
| HSL | hsl(142, 56%, 20%) |
| CMYK | cmyk(72%, 0%, 46%, 68%) |
| LAB | lab(30.0 -28.2 16.4) |
| LCH | lch(30.0 32.6 149.7) |
| OKLCH | oklch(0.387 0.086 151.9) |
Copy-ready code
/* CSS */
color: #17512c;
background-color: #17512c;
/* Tailwind (arbitrary) */
class="text-[#17512c] bg-[#17512c]"
/* SCSS */
$brand: #17512c;
/* SwiftUI */
Color(red: 0.090, green: 0.318, blue: 0.173)
/* Android */
Color.parseColor("#17512c")Accessibility — WCAG contrast
Aa
#17512c on white: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17512c on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green31.8%
Blue17.3%
CMYK percentages
Cyan71.6%
Magenta0.0%
Yellow45.7%
Key (black)68.2%
Color previews
#17512c text on a black background
contrast 2.25:1
Card sample
#17512c text on a white background
contrast 9.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17512c;
Background color
Panel with #17512c background
background-color: #17512c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17512c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 81, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 81, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17512c; background: linear-gradient(135deg, #17512c, #174F51);