#217413
a dark, vivid green · cool · closest name: forestgreen
RGB
33, 116, 19
HSL
111°, 72%, 27%
CMYK
72, 0, 84, 55
Luminance
0.1286
Every format
| HEX | #217413 |
| RGB | rgb(33, 116, 19) |
| HSL | hsl(111, 72%, 27%) |
| CMYK | cmyk(72%, 0%, 84%, 55%) |
| LAB | lab(42.5 -42.9 42.4) |
| LCH | lch(42.5 60.3 135.3) |
| OKLCH | oklch(0.491 0.150 141.2) |
Copy-ready code
/* CSS */
color: #217413;
background-color: #217413;
/* Tailwind (arbitrary) */
class="text-[#217413] bg-[#217413]"
/* SCSS */
$brand: #217413;
/* SwiftUI */
Color(red: 0.129, green: 0.455, blue: 0.075)
/* Android */
Color.parseColor("#217413")Accessibility — WCAG contrast
Aa
#217413 on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#217413 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green45.5%
Blue7.5%
CMYK percentages
Cyan71.6%
Magenta0.0%
Yellow83.6%
Key (black)54.5%
Color previews
#217413 text on a black background
contrast 3.57:1
Card sample
#217413 text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #217413;
Background color
Panel with #217413 background
background-color: #217413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #217413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 116, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 116, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #217413; background: linear-gradient(135deg, #217413, #137446);