#219100
a dark, electric green · cool · closest name: green
RGB
33, 145, 0
HSL
106°, 100%, 28%
CMYK
77, 0, 100, 43
Luminance
0.2057
Every format
| HEX | #219100 |
| RGB | rgb(33, 145, 0) |
| HSL | hsl(106, 100%, 28%) |
| CMYK | cmyk(77%, 0%, 100%, 43%) |
| LAB | lab(52.5 -53.4 55.1) |
| LCH | lch(52.5 76.7 134.1) |
| OKLCH | oklch(0.573 0.188 140.9) |
Copy-ready code
/* CSS */
color: #219100;
background-color: #219100;
/* Tailwind (arbitrary) */
class="text-[#219100] bg-[#219100]"
/* SCSS */
$brand: #219100;
/* SwiftUI */
Color(red: 0.129, green: 0.569, blue: 0.000)
/* Android */
Color.parseColor("#219100")Accessibility — WCAG contrast
Aa
#219100 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#219100 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green56.9%
Blue0.0%
CMYK percentages
Cyan77.2%
Magenta0.0%
Yellow100.0%
Key (black)43.1%
Color previews
#219100 text on a black background
contrast 5.11:1
Card sample
#219100 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #219100;
Background color
Panel with #219100 background
background-color: #219100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #219100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 145, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 145, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #219100; background: linear-gradient(135deg, #219100, #00913F);