#17cf49
a balanced, electric green · cool · closest name: forestgreen
RGB
23, 207, 73
HSL
136°, 80%, 45%
CMYK
89, 0, 65, 19
Luminance
0.4529
Every format
| HEX | #17cf49 |
| RGB | rgb(23, 207, 73) |
| HSL | hsl(136, 80%, 45%) |
| CMYK | cmyk(89%, 0%, 65%, 19%) |
| LAB | lab(73.1 -68.5 53.2) |
| LCH | lch(73.1 86.7 142.2) |
| OKLCH | oklch(0.745 0.222 146.1) |
Copy-ready code
/* CSS */
color: #17cf49;
background-color: #17cf49;
/* Tailwind (arbitrary) */
class="text-[#17cf49] bg-[#17cf49]"
/* SCSS */
$brand: #17cf49;
/* SwiftUI */
Color(red: 0.090, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#17cf49")Accessibility — WCAG contrast
Aa
#17cf49 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#17cf49 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green81.2%
Blue28.6%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow64.7%
Key (black)18.8%
Color previews
#17cf49 text on a black background
contrast 10.06:1
Card sample
#17cf49 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17cf49;
Background color
Panel with #17cf49 background
background-color: #17cf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17cf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17cf49; background: linear-gradient(135deg, #17cf49, #17CFC4);