#219244
a dark, vivid green · cool · closest name: forestgreen
RGB
33, 146, 68
HSL
139°, 63%, 35%
CMYK
77, 0, 53, 43
Luminance
0.2130
Every format
| HEX | #219244 |
| RGB | rgb(33, 146, 68) |
| HSL | hsl(139, 63%, 35%) |
| CMYK | cmyk(77%, 0%, 53%, 43%) |
| LAB | lab(53.3 -48.1 32.5) |
| LCH | lch(53.3 58.1 146.0) |
| OKLCH | oklch(0.581 0.151 148.8) |
Copy-ready code
/* CSS */
color: #219244;
background-color: #219244;
/* Tailwind (arbitrary) */
class="text-[#219244] bg-[#219244]"
/* SCSS */
$brand: #219244;
/* SwiftUI */
Color(red: 0.129, green: 0.573, blue: 0.267)
/* Android */
Color.parseColor("#219244")Accessibility — WCAG contrast
Aa
#219244 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#219244 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green57.3%
Blue26.7%
CMYK percentages
Cyan77.4%
Magenta0.0%
Yellow53.4%
Key (black)42.7%
Color previews
#219244 text on a black background
contrast 5.26:1
Card sample
#219244 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #219244;
Background color
Panel with #219244 background
background-color: #219244;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #219244;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 146, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 146, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #219244; background: linear-gradient(135deg, #219244, #21928F);