#214818
a deep, vivid green · cool · closest name: seagreen
RGB
33, 72, 24
HSL
109°, 50%, 19%
CMYK
54, 0, 67, 72
Luminance
0.0502
Every format
| HEX | #214818 |
| RGB | rgb(33, 72, 24) |
| HSL | hsl(109, 50%, 19%) |
| CMYK | cmyk(54%, 0%, 67%, 72%) |
| LAB | lab(26.8 -24.6 24.1) |
| LCH | lch(26.8 34.4 135.6) |
| OKLCH | oklch(0.361 0.088 140.0) |
Copy-ready code
/* CSS */
color: #214818;
background-color: #214818;
/* Tailwind (arbitrary) */
class="text-[#214818] bg-[#214818]"
/* SCSS */
$brand: #214818;
/* SwiftUI */
Color(red: 0.129, green: 0.282, blue: 0.094)
/* Android */
Color.parseColor("#214818")Accessibility — WCAG contrast
Aa
#214818 on white: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#214818 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green28.2%
Blue9.4%
CMYK percentages
Cyan54.2%
Magenta0.0%
Yellow66.7%
Key (black)71.8%
Color previews
#214818 text on a black background
contrast 2.00:1
Card sample
#214818 text on a white background
contrast 10.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #214818;
Background color
Panel with #214818 background
background-color: #214818;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #214818;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 72, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 72, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #214818; background: linear-gradient(135deg, #214818, #18482F);