#17512f
a deep, vivid green · cool · closest name: darkslategray
RGB
23, 81, 47
HSL
145°, 56%, 20%
CMYK
72, 0, 42, 68
Luminance
0.0627
Every format
| HEX | #17512f |
| RGB | rgb(23, 81, 47) |
| HSL | hsl(145, 56%, 20%) |
| CMYK | cmyk(72%, 0%, 42%, 68%) |
| LAB | lab(30.1 -27.6 14.7) |
| LCH | lch(30.1 31.2 151.9) |
| OKLCH | oklch(0.388 0.083 153.8) |
Copy-ready code
/* CSS */
color: #17512f;
background-color: #17512f;
/* Tailwind (arbitrary) */
class="text-[#17512f] bg-[#17512f]"
/* SCSS */
$brand: #17512f;
/* SwiftUI */
Color(red: 0.090, green: 0.318, blue: 0.184)
/* Android */
Color.parseColor("#17512f")Accessibility — WCAG contrast
Aa
#17512f on white: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17512f on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green31.8%
Blue18.4%
CMYK percentages
Cyan71.6%
Magenta0.0%
Yellow42.0%
Key (black)68.2%
Color previews
#17512f text on a black background
contrast 2.25:1
Card sample
#17512f text on a white background
contrast 9.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17512f;
Background color
Panel with #17512f background
background-color: #17512f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17512f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 81, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 81, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17512f; background: linear-gradient(135deg, #17512f, #174C51);