#214413
a deep, vivid green · cool · closest name: seagreen
RGB
33, 68, 19
HSL
103°, 56%, 17%
CMYK
52, 0, 72, 73
Luminance
0.0450
Every format
| HEX | #214413 |
| RGB | rgb(33, 68, 19) |
| HSL | hsl(103, 56%, 17%) |
| CMYK | cmyk(52%, 0%, 72%, 73%) |
| LAB | lab(25.3 -23.3 25.0) |
| LCH | lch(25.3 34.2 132.9) |
| OKLCH | oklch(0.348 0.086 138.0) |
Copy-ready code
/* CSS */
color: #214413;
background-color: #214413;
/* Tailwind (arbitrary) */
class="text-[#214413] bg-[#214413]"
/* SCSS */
$brand: #214413;
/* SwiftUI */
Color(red: 0.129, green: 0.267, blue: 0.075)
/* Android */
Color.parseColor("#214413")Accessibility — WCAG contrast
Aa
#214413 on white: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#214413 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green26.7%
Blue7.5%
CMYK percentages
Cyan51.5%
Magenta0.0%
Yellow72.1%
Key (black)73.3%
Color previews
#214413 text on a black background
contrast 1.90:1
Card sample
#214413 text on a white background
contrast 11.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #214413;
Background color
Panel with #214413 background
background-color: #214413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #214413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 68, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 68, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #214413; background: linear-gradient(135deg, #214413, #134426);