#219213
a dark, electric green · cool · closest name: green
RGB
33, 146, 19
HSL
113°, 77%, 32%
CMYK
77, 0, 87, 43
Luminance
0.2093
Every format
| HEX | #219213 |
| RGB | rgb(33, 146, 19) |
| HSL | hsl(113, 77%, 32%) |
| CMYK | cmyk(77%, 0%, 87%, 43%) |
| LAB | lab(52.9 -53.0 51.9) |
| LCH | lch(52.9 74.2 135.6) |
| OKLCH | oklch(0.576 0.184 141.7) |
Copy-ready code
/* CSS */
color: #219213;
background-color: #219213;
/* Tailwind (arbitrary) */
class="text-[#219213] bg-[#219213]"
/* SCSS */
$brand: #219213;
/* SwiftUI */
Color(red: 0.129, green: 0.573, blue: 0.075)
/* Android */
Color.parseColor("#219213")Accessibility — WCAG contrast
Aa
#219213 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#219213 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green57.3%
Blue7.5%
CMYK percentages
Cyan77.4%
Magenta0.0%
Yellow87.0%
Key (black)42.7%
Color previews
#219213 text on a black background
contrast 5.19:1
Card sample
#219213 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #219213;
Background color
Panel with #219213 background
background-color: #219213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #219213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 146, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 146, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #219213; background: linear-gradient(135deg, #219213, #13925A);