#214908
a deep, electric green · cool · closest name: seagreen
RGB
33, 73, 8
HSL
97°, 80%, 16%
CMYK
55, 0, 89, 71
Luminance
0.0511
Every format
| HEX | #214908 |
| RGB | rgb(33, 73, 8) |
| HSL | hsl(97, 80%, 16%) |
| CMYK | cmyk(55%, 0%, 89%, 71%) |
| LAB | lab(27.0 -26.5 31.6) |
| LCH | lch(27.0 41.2 130.1) |
| OKLCH | oklch(0.362 0.102 136.6) |
Copy-ready code
/* CSS */
color: #214908;
background-color: #214908;
/* Tailwind (arbitrary) */
class="text-[#214908] bg-[#214908]"
/* SCSS */
$brand: #214908;
/* SwiftUI */
Color(red: 0.129, green: 0.286, blue: 0.031)
/* Android */
Color.parseColor("#214908")Accessibility — WCAG contrast
Aa
#214908 on white: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#214908 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green28.6%
Blue3.1%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow89.0%
Key (black)71.4%
Color previews
#214908 text on a black background
contrast 2.02:1
Card sample
#214908 text on a white background
contrast 10.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #214908;
Background color
Panel with #214908 background
background-color: #214908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #214908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 73, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 73, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #214908; background: linear-gradient(135deg, #214908, #08491A);