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