#55aa22
a dark, vivid green · cool · closest name: forestgreen
RGB
85, 170, 34
HSL
98°, 67%, 40%
CMYK
50, 0, 80, 33
Luminance
0.3080
Every format
| HEX | #55aa22 |
| RGB | rgb(85, 170, 34) |
| HSL | hsl(98, 67%, 40%) |
| CMYK | cmyk(50%, 0%, 80%, 33%) |
| LAB | lab(62.3 -48.4 57.0) |
| LCH | lch(62.3 74.7 130.3) |
| OKLCH | oklch(0.659 0.184 136.8) |
Copy-ready code
/* CSS */
color: #55aa22;
background-color: #55aa22;
/* Tailwind (arbitrary) */
class="text-[#55aa22] bg-[#55aa22]"
/* SCSS */
$brand: #55aa22;
/* SwiftUI */
Color(red: 0.333, green: 0.667, blue: 0.133)
/* Android */
Color.parseColor("#55aa22")Accessibility — WCAG contrast
Aa
#55aa22 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55aa22 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green66.7%
Blue13.3%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow80.0%
Key (black)33.3%
Color previews
#55aa22 text on a black background
contrast 7.16:1
Card sample
#55aa22 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55aa22;
Background color
Panel with #55aa22 background
background-color: #55aa22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55aa22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 170, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 170, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55aa22; background: linear-gradient(135deg, #55aa22, #22AA4A);