#213528
a deep, soft green · cool · closest name: darkslategray
RGB
33, 53, 40
HSL
141°, 23%, 17%
CMYK
38, 0, 25, 79
Luminance
0.0302
Every format
| HEX | #213528 |
| RGB | rgb(33, 53, 40) |
| HSL | hsl(141, 23%, 17%) |
| CMYK | cmyk(38%, 0%, 25%, 79%) |
| LAB | lab(20.1 -11.5 5.7) |
| LCH | lch(20.1 12.8 153.7) |
| OKLCH | oklch(0.307 0.035 155.3) |
Copy-ready code
/* CSS */
color: #213528;
background-color: #213528;
/* Tailwind (arbitrary) */
class="text-[#213528] bg-[#213528]"
/* SCSS */
$brand: #213528;
/* SwiftUI */
Color(red: 0.129, green: 0.208, blue: 0.157)
/* Android */
Color.parseColor("#213528")Accessibility — WCAG contrast
Aa
#213528 on white: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213528 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green20.8%
Blue15.7%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow24.5%
Key (black)79.2%
Color previews
#213528 text on a black background
contrast 1.60:1
Card sample
#213528 text on a white background
contrast 13.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213528;
Background color
Panel with #213528 background
background-color: #213528;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213528;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 53, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 53, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213528; background: linear-gradient(135deg, #213528, #213535);