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