#214708
a deep, electric green · cool · closest name: seagreen
RGB
33, 71, 8
HSL
96°, 80%, 16%
CMYK
54, 0, 89, 72
Luminance
0.0485
Every format
| HEX | #214708 |
| RGB | rgb(33, 71, 8) |
| HSL | hsl(96, 80%, 16%) |
| CMYK | cmyk(54%, 0%, 89%, 72%) |
| LAB | lab(26.3 -25.6 30.9) |
| LCH | lch(26.3 40.1 129.7) |
| OKLCH | oklch(0.356 0.099 136.3) |
Copy-ready code
/* CSS */
color: #214708;
background-color: #214708;
/* Tailwind (arbitrary) */
class="text-[#214708] bg-[#214708]"
/* SCSS */
$brand: #214708;
/* SwiftUI */
Color(red: 0.129, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#214708")Accessibility — WCAG contrast
Aa
#214708 on white: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#214708 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green27.8%
Blue3.1%
CMYK percentages
Cyan53.5%
Magenta0.0%
Yellow88.7%
Key (black)72.2%
Color previews
#214708 text on a black background
contrast 1.97:1
Card sample
#214708 text on a white background
contrast 10.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #214708;
Background color
Panel with #214708 background
background-color: #214708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #214708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #214708; background: linear-gradient(135deg, #214708, #084719);