#17840c
a dark, electric green · cool · “green”
RGB
23, 132, 12
HSL
115°, 83%, 28%
CMYK
83, 0, 91, 48
Luminance
0.1671
Every format
| HEX | #17840c |
| RGB | rgb(23, 132, 12) |
| HSL | hsl(115, 83%, 28%) |
| CMYK | cmyk(83%, 0%, 91%, 48%) |
| LAB | lab(47.9 -50.3 49.0) |
| LCH | lch(47.9 70.2 135.8) |
| OKLCH | oklch(0.534 0.174 142.0) |
Copy-ready code
/* CSS */
color: #17840c;
background-color: #17840c;
/* Tailwind (arbitrary) */
class="text-[#17840c] bg-[#17840c]"
/* SCSS */
$brand: #17840c;
/* SwiftUI */
Color(red: 0.090, green: 0.518, blue: 0.047)
/* Android */
Color.parseColor("#17840c")Accessibility — WCAG contrast
Aa
#17840c on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#17840c on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green51.8%
Blue4.7%
CMYK percentages
Cyan82.6%
Magenta0.0%
Yellow90.9%
Key (black)48.2%
Color previews
#17840c text on a black background
contrast 4.34:1
Card sample
#17840c text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17840c;
Background color
Panel with #17840c background
background-color: #17840c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17840c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 132, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 132, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17840c; background: linear-gradient(135deg, #17840c, #0C8451);