#213708
a deep, vivid green · cool · closest name: darkslategray
RGB
33, 55, 8
HSL
88°, 75%, 12%
CMYK
40, 0, 86, 78
Luminance
0.0307
Every format
| HEX | #213708 |
| RGB | rgb(33, 55, 8) |
| HSL | hsl(88, 75%, 12%) |
| CMYK | cmyk(40%, 0%, 86%, 78%) |
| LAB | lab(20.3 -17.7 24.8) |
| LCH | lch(20.3 30.5 125.5) |
| OKLCH | oklch(0.307 0.075 131.6) |
Copy-ready code
/* CSS */
color: #213708;
background-color: #213708;
/* Tailwind (arbitrary) */
class="text-[#213708] bg-[#213708]"
/* SCSS */
$brand: #213708;
/* SwiftUI */
Color(red: 0.129, green: 0.216, blue: 0.031)
/* Android */
Color.parseColor("#213708")Accessibility — WCAG contrast
Aa
#213708 on white: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213708 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green21.6%
Blue3.1%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow85.5%
Key (black)78.4%
Color previews
#213708 text on a black background
contrast 1.61:1
Card sample
#213708 text on a white background
contrast 13.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213708;
Background color
Panel with #213708 background
background-color: #213708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 55, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 55, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213708; background: linear-gradient(135deg, #213708, #08370E);