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