#44aa33
a dark, vivid green · cool · closest name: forestgreen
RGB
68, 170, 51
HSL
111°, 54%, 43%
CMYK
60, 0, 70, 33
Luminance
0.3022
Every format
| HEX | #44aa33 |
| RGB | rgb(68, 170, 51) |
| HSL | hsl(111, 54%, 43%) |
| CMYK | cmyk(60%, 0%, 70%, 33%) |
| LAB | lab(61.8 -51.9 50.3) |
| LCH | lch(61.8 72.2 135.9) |
| OKLCH | oklch(0.654 0.182 141.0) |
Copy-ready code
/* CSS */
color: #44aa33;
background-color: #44aa33;
/* Tailwind (arbitrary) */
class="text-[#44aa33] bg-[#44aa33]"
/* SCSS */
$brand: #44aa33;
/* SwiftUI */
Color(red: 0.267, green: 0.667, blue: 0.200)
/* Android */
Color.parseColor("#44aa33")Accessibility — WCAG contrast
Aa
#44aa33 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44aa33 on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green66.7%
Blue20.0%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow70.0%
Key (black)33.3%
Color previews
#44aa33 text on a black background
contrast 7.04:1
Card sample
#44aa33 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44aa33;
Background color
Panel with #44aa33 background
background-color: #44aa33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44aa33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 170, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 170, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44aa33; background: linear-gradient(135deg, #44aa33, #33AA71);