#17b517
a dark, electric green · cool · closest name: green
RGB
23, 181, 23
HSL
120°, 78%, 40%
CMYK
87, 0, 87, 29
Luminance
0.3329
Every format
| HEX | #17b517 |
| RGB | rgb(23, 181, 23) |
| HSL | hsl(120, 78%, 40%) |
| CMYK | cmyk(87%, 0%, 87%, 29%) |
| LAB | lab(64.4 -64.7 61.1) |
| LCH | lch(64.4 89.0 136.6) |
| OKLCH | oklch(0.672 0.221 142.6) |
Copy-ready code
/* CSS */
color: #17b517;
background-color: #17b517;
/* Tailwind (arbitrary) */
class="text-[#17b517] bg-[#17b517]"
/* SCSS */
$brand: #17b517;
/* SwiftUI */
Color(red: 0.090, green: 0.710, blue: 0.090)
/* Android */
Color.parseColor("#17b517")Accessibility — WCAG contrast
Aa
#17b517 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#17b517 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green71.0%
Blue9.0%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow87.3%
Key (black)29.0%
Color previews
#17b517 text on a black background
contrast 7.66:1
Card sample
#17b517 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17b517;
Background color
Panel with #17b517 background
background-color: #17b517;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17b517;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 181, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 181, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17b517; background: linear-gradient(135deg, #17b517, #17B580);