#215413
a deep, vivid green · cool · closest name: seagreen
RGB
33, 84, 19
HSL
107°, 63%, 20%
CMYK
61, 0, 77, 67
Luminance
0.0671
Every format
| HEX | #215413 |
| RGB | rgb(33, 84, 19) |
| HSL | hsl(107, 63%, 20%) |
| CMYK | cmyk(61%, 0%, 77%, 67%) |
| LAB | lab(31.1 -30.5 31.2) |
| LCH | lch(31.1 43.7 134.3) |
| OKLCH | oklch(0.396 0.110 139.8) |
Copy-ready code
/* CSS */
color: #215413;
background-color: #215413;
/* Tailwind (arbitrary) */
class="text-[#215413] bg-[#215413]"
/* SCSS */
$brand: #215413;
/* SwiftUI */
Color(red: 0.129, green: 0.329, blue: 0.075)
/* Android */
Color.parseColor("#215413")Accessibility — WCAG contrast
Aa
#215413 on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#215413 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green32.9%
Blue7.5%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow77.4%
Key (black)67.1%
Color previews
#215413 text on a black background
contrast 2.34:1
Card sample
#215413 text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #215413;
Background color
Panel with #215413 background
background-color: #215413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #215413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 84, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 84, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #215413; background: linear-gradient(135deg, #215413, #135430);