#213508
a deep, vivid green · cool · closest name: darkslategray
RGB
33, 53, 8
HSL
87°, 74%, 12%
CMYK
38, 0, 85, 79
Luminance
0.0289
Every format
| HEX | #213508 |
| RGB | rgb(33, 53, 8) |
| HSL | hsl(87, 74%, 12%) |
| CMYK | cmyk(38%, 0%, 85%, 79%) |
| LAB | lab(19.6 -16.6 24.0) |
| LCH | lch(19.6 29.2 124.8) |
| OKLCH | oklch(0.301 0.072 130.7) |
Copy-ready code
/* CSS */
color: #213508;
background-color: #213508;
/* Tailwind (arbitrary) */
class="text-[#213508] bg-[#213508]"
/* SCSS */
$brand: #213508;
/* SwiftUI */
Color(red: 0.129, green: 0.208, blue: 0.031)
/* Android */
Color.parseColor("#213508")Accessibility — WCAG contrast
Aa
#213508 on white: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213508 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green20.8%
Blue3.1%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow84.9%
Key (black)79.2%
Color previews
#213508 text on a black background
contrast 1.58:1
Card sample
#213508 text on a white background
contrast 13.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213508;
Background color
Panel with #213508 background
background-color: #213508;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213508;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 53, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 53, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213508; background: linear-gradient(135deg, #213508, #08350D);