#55aa11
a dark, electric green · cool · closest name: green
RGB
85, 170, 17
HSL
93°, 82%, 37%
CMYK
50, 0, 90, 33
Luminance
0.3072
Every format
| HEX | #55aa11 |
| RGB | rgb(85, 170, 17) |
| HSL | hsl(93, 82%, 37%) |
| CMYK | cmyk(50%, 0%, 90%, 33%) |
| LAB | lab(62.3 -49.1 61.0) |
| LCH | lch(62.3 78.3 128.8) |
| OKLCH | oklch(0.658 0.191 136.0) |
Copy-ready code
/* CSS */
color: #55aa11;
background-color: #55aa11;
/* Tailwind (arbitrary) */
class="text-[#55aa11] bg-[#55aa11]"
/* SCSS */
$brand: #55aa11;
/* SwiftUI */
Color(red: 0.333, green: 0.667, blue: 0.067)
/* Android */
Color.parseColor("#55aa11")Accessibility — WCAG contrast
Aa
#55aa11 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55aa11 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green66.7%
Blue6.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow90.0%
Key (black)33.3%
Color previews
#55aa11 text on a black background
contrast 7.14:1
Card sample
#55aa11 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55aa11;
Background color
Panel with #55aa11 background
background-color: #55aa11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55aa11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 170, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 170, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55aa11; background: linear-gradient(135deg, #55aa11, #11AA33);