#11b921
a dark, electric green · cool · closest name: green
RGB
17, 185, 33
HSL
126°, 83%, 40%
CMYK
91, 0, 82, 28
Luminance
0.3493
Every format
| HEX | #11b921 |
| RGB | rgb(17, 185, 33) |
| HSL | hsl(126, 83%, 40%) |
| CMYK | cmyk(91%, 0%, 82%, 28%) |
| LAB | lab(65.7 -65.8 59.8) |
| LCH | lch(65.7 88.9 137.7) |
| OKLCH | oklch(0.683 0.222 143.3) |
Copy-ready code
/* CSS */
color: #11b921;
background-color: #11b921;
/* Tailwind (arbitrary) */
class="text-[#11b921] bg-[#11b921]"
/* SCSS */
$brand: #11b921;
/* SwiftUI */
Color(red: 0.067, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#11b921")Accessibility — WCAG contrast
Aa
#11b921 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11b921 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green72.5%
Blue12.9%
CMYK percentages
Cyan90.8%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#11b921 text on a black background
contrast 7.99:1
Card sample
#11b921 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11b921;
Background color
Panel with #11b921 background
background-color: #11b921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11b921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11b921; background: linear-gradient(135deg, #11b921, #11B991);