#11a310
a dark, electric green · cool · closest name: green
RGB
17, 163, 16
HSL
120°, 82%, 35%
CMYK
90, 0, 90, 36
Luminance
0.2635
Every format
| HEX | #11a310 |
| RGB | rgb(17, 163, 16) |
| HSL | hsl(120, 82%, 35%) |
| CMYK | cmyk(90%, 0%, 90%, 36%) |
| LAB | lab(58.4 -60.2 57.2) |
| LCH | lch(58.4 83.0 136.4) |
| OKLCH | oklch(0.622 0.206 142.6) |
Copy-ready code
/* CSS */
color: #11a310;
background-color: #11a310;
/* Tailwind (arbitrary) */
class="text-[#11a310] bg-[#11a310]"
/* SCSS */
$brand: #11a310;
/* SwiftUI */
Color(red: 0.067, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#11a310")Accessibility — WCAG contrast
Aa
#11a310 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#11a310 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green63.9%
Blue6.3%
CMYK percentages
Cyan89.6%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#11a310 text on a black background
contrast 6.27:1
Card sample
#11a310 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11a310;
Background color
Panel with #11a310 background
background-color: #11a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11a310; background: linear-gradient(135deg, #11a310, #10A371);