#215321
a deep, soft green · cool · closest name: seagreen
RGB
33, 83, 33
HSL
120°, 43%, 23%
CMYK
60, 0, 60, 68
Luminance
0.0662
Every format
| HEX | #215321 |
| RGB | rgb(33, 83, 33) |
| HSL | hsl(120, 43%, 23%) |
| CMYK | cmyk(60%, 0%, 60%, 68%) |
| LAB | lab(30.9 -28.4 24.0) |
| LCH | lch(30.9 37.2 139.8) |
| OKLCH | oklch(0.395 0.096 143.5) |
Copy-ready code
/* CSS */
color: #215321;
background-color: #215321;
/* Tailwind (arbitrary) */
class="text-[#215321] bg-[#215321]"
/* SCSS */
$brand: #215321;
/* SwiftUI */
Color(red: 0.129, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#215321")Accessibility — WCAG contrast
Aa
#215321 on white: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#215321 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green32.5%
Blue12.9%
CMYK percentages
Cyan60.2%
Magenta0.0%
Yellow60.2%
Key (black)67.5%
Color previews
#215321 text on a black background
contrast 2.32:1
Card sample
#215321 text on a white background
contrast 9.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #215321;
Background color
Panel with #215321 background
background-color: #215321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #215321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #215321; background: linear-gradient(135deg, #215321, #215342);