#217213
a dark, vivid green · cool · closest name: forestgreen
RGB
33, 114, 19
HSL
111°, 71%, 26%
CMYK
71, 0, 83, 55
Luminance
0.1240
Every format
| HEX | #217213 |
| RGB | rgb(33, 114, 19) |
| HSL | hsl(111, 71%, 26%) |
| CMYK | cmyk(71%, 0%, 83%, 55%) |
| LAB | lab(41.9 -42.2 41.8) |
| LCH | lch(41.9 59.4 135.3) |
| OKLCH | oklch(0.485 0.148 141.1) |
Copy-ready code
/* CSS */
color: #217213;
background-color: #217213;
/* Tailwind (arbitrary) */
class="text-[#217213] bg-[#217213]"
/* SCSS */
$brand: #217213;
/* SwiftUI */
Color(red: 0.129, green: 0.447, blue: 0.075)
/* Android */
Color.parseColor("#217213")Accessibility — WCAG contrast
Aa
#217213 on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#217213 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green44.7%
Blue7.5%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow83.3%
Key (black)55.3%
Color previews
#217213 text on a black background
contrast 3.48:1
Card sample
#217213 text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #217213;
Background color
Panel with #217213 background
background-color: #217213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #217213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 114, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 114, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #217213; background: linear-gradient(135deg, #217213, #137244);