#216521
a dark, vivid green · cool · closest name: seagreen
RGB
33, 101, 33
HSL
120°, 51%, 26%
CMYK
67, 0, 67, 60
Luminance
0.0974
Every format
| HEX | #216521 |
| RGB | rgb(33, 101, 33) |
| HSL | hsl(120, 51%, 26%) |
| CMYK | cmyk(67%, 0%, 67%, 60%) |
| LAB | lab(37.4 -36.0 31.4) |
| LCH | lch(37.4 47.8 138.9) |
| OKLCH | oklch(0.448 0.122 143.2) |
Copy-ready code
/* CSS */
color: #216521;
background-color: #216521;
/* Tailwind (arbitrary) */
class="text-[#216521] bg-[#216521]"
/* SCSS */
$brand: #216521;
/* SwiftUI */
Color(red: 0.129, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#216521")Accessibility — WCAG contrast
Aa
#216521 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#216521 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green39.6%
Blue12.9%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#216521 text on a black background
contrast 2.95:1
Card sample
#216521 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #216521;
Background color
Panel with #216521 background
background-color: #216521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #216521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #216521; background: linear-gradient(135deg, #216521, #21654E);