#217310
a dark, electric green · cool · closest name: forestgreen
RGB
33, 115, 16
HSL
110°, 76%, 26%
CMYK
71, 0, 86, 55
Luminance
0.1262
Every format
| HEX | #217310 |
| RGB | rgb(33, 115, 16) |
| HSL | hsl(110, 76%, 26%) |
| CMYK | cmyk(71%, 0%, 86%, 55%) |
| LAB | lab(42.2 -42.7 43.0) |
| LCH | lch(42.2 60.6 134.8) |
| OKLCH | oklch(0.488 0.151 140.9) |
Copy-ready code
/* CSS */
color: #217310;
background-color: #217310;
/* Tailwind (arbitrary) */
class="text-[#217310] bg-[#217310]"
/* SCSS */
$brand: #217310;
/* SwiftUI */
Color(red: 0.129, green: 0.451, blue: 0.063)
/* Android */
Color.parseColor("#217310")Accessibility — WCAG contrast
Aa
#217310 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#217310 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green45.1%
Blue6.3%
CMYK percentages
Cyan71.3%
Magenta0.0%
Yellow86.1%
Key (black)54.9%
Color previews
#217310 text on a black background
contrast 3.52:1
Card sample
#217310 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #217310;
Background color
Panel with #217310 background
background-color: #217310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #217310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 115, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 115, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #217310; background: linear-gradient(135deg, #217310, #107341);