#216621
a dark, vivid green · cool · closest name: seagreen
RGB
33, 102, 33
HSL
120°, 51%, 27%
CMYK
68, 0, 68, 60
Luminance
0.0994
Every format
| HEX | #216621 |
| RGB | rgb(33, 102, 33) |
| HSL | hsl(120, 51%, 27%) |
| CMYK | cmyk(68%, 0%, 68%, 60%) |
| LAB | lab(37.7 -36.4 31.8) |
| LCH | lch(37.7 48.4 138.8) |
| OKLCH | oklch(0.451 0.123 143.2) |
Copy-ready code
/* CSS */
color: #216621;
background-color: #216621;
/* Tailwind (arbitrary) */
class="text-[#216621] bg-[#216621]"
/* SCSS */
$brand: #216621;
/* SwiftUI */
Color(red: 0.129, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#216621")Accessibility — WCAG contrast
Aa
#216621 on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#216621 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green40.0%
Blue12.9%
CMYK percentages
Cyan67.6%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#216621 text on a black background
contrast 2.99:1
Card sample
#216621 text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #216621;
Background color
Panel with #216621 background
background-color: #216621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #216621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #216621; background: linear-gradient(135deg, #216621, #21664F);