#213c1b
a deep, soft green · cool · closest name: darkslategray
RGB
33, 60, 27
HSL
109°, 38%, 17%
CMYK
45, 0, 55, 77
Luminance
0.0363
Every format
| HEX | #213c1b |
| RGB | rgb(33, 60, 27) |
| HSL | hsl(109, 38%, 17%) |
| CMYK | cmyk(45%, 0%, 55%, 77%) |
| LAB | lab(22.4 -18.1 17.2) |
| LCH | lch(22.4 24.9 136.5) |
| OKLCH | oklch(0.325 0.065 140.0) |
Copy-ready code
/* CSS */
color: #213c1b;
background-color: #213c1b;
/* Tailwind (arbitrary) */
class="text-[#213c1b] bg-[#213c1b]"
/* SCSS */
$brand: #213c1b;
/* SwiftUI */
Color(red: 0.129, green: 0.235, blue: 0.106)
/* Android */
Color.parseColor("#213c1b")Accessibility — WCAG contrast
Aa
#213c1b on white: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213c1b on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green23.5%
Blue10.6%
CMYK percentages
Cyan45.0%
Magenta0.0%
Yellow55.0%
Key (black)76.5%
Color previews
#213c1b text on a black background
contrast 1.73:1
Card sample
#213c1b text on a white background
contrast 12.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213c1b;
Background color
Panel with #213c1b background
background-color: #213c1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213c1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 60, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 60, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213c1b; background: linear-gradient(135deg, #213c1b, #1B3C2B);