#55aa33
a dark, vivid green · cool · closest name: forestgreen
RGB
85, 170, 51
HSL
103°, 54%, 43%
CMYK
50, 0, 70, 33
Luminance
0.3092
Every format
| HEX | #55aa33 |
| RGB | rgb(85, 170, 51) |
| HSL | hsl(103, 54%, 43%) |
| CMYK | cmyk(50%, 0%, 70%, 33%) |
| LAB | lab(62.4 -47.2 51.1) |
| LCH | lch(62.4 69.5 132.7) |
| OKLCH | oklch(0.660 0.175 138.2) |
Copy-ready code
/* CSS */
color: #55aa33;
background-color: #55aa33;
/* Tailwind (arbitrary) */
class="text-[#55aa33] bg-[#55aa33]"
/* SCSS */
$brand: #55aa33;
/* SwiftUI */
Color(red: 0.333, green: 0.667, blue: 0.200)
/* Android */
Color.parseColor("#55aa33")Accessibility — WCAG contrast
Aa
#55aa33 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55aa33 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green66.7%
Blue20.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow70.0%
Key (black)33.3%
Color previews
#55aa33 text on a black background
contrast 7.18:1
Card sample
#55aa33 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55aa33;
Background color
Panel with #55aa33 background
background-color: #55aa33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55aa33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 170, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 170, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55aa33; background: linear-gradient(135deg, #55aa33, #33AA60);