#17a42f
a dark, electric green · cool · closest name: forestgreen
RGB
23, 164, 47
HSL
130°, 75%, 37%
CMYK
86, 0, 71, 36
Luminance
0.2694
Every format
| HEX | #17a42f |
| RGB | rgb(23, 164, 47) |
| HSL | hsl(130, 75%, 37%) |
| CMYK | cmyk(86%, 0%, 71%, 36%) |
| LAB | lab(58.9 -58.0 48.5) |
| LCH | lch(58.9 75.6 140.1) |
| OKLCH | oklch(0.627 0.192 144.7) |
Copy-ready code
/* CSS */
color: #17a42f;
background-color: #17a42f;
/* Tailwind (arbitrary) */
class="text-[#17a42f] bg-[#17a42f]"
/* SCSS */
$brand: #17a42f;
/* SwiftUI */
Color(red: 0.090, green: 0.643, blue: 0.184)
/* Android */
Color.parseColor("#17a42f")Accessibility — WCAG contrast
Aa
#17a42f on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#17a42f on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green64.3%
Blue18.4%
CMYK percentages
Cyan86.0%
Magenta0.0%
Yellow71.3%
Key (black)35.7%
Color previews
#17a42f text on a black background
contrast 6.39:1
Card sample
#17a42f text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17a42f;
Background color
Panel with #17a42f background
background-color: #17a42f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17a42f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 164, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 164, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17a42f; background: linear-gradient(135deg, #17a42f, #17A48D);