#213929
a deep, soft green · cool · closest name: darkslategray
RGB
33, 57, 41
HSL
140°, 27%, 18%
CMYK
42, 0, 28, 78
Luminance
0.0341
Every format
| HEX | #213929 |
| RGB | rgb(33, 57, 41) |
| HSL | hsl(140, 27%, 18%) |
| CMYK | cmyk(42%, 0%, 28%, 78%) |
| LAB | lab(21.6 -13.6 7.1) |
| LCH | lch(21.6 15.3 152.5) |
| OKLCH | oklch(0.319 0.042 154.2) |
Copy-ready code
/* CSS */
color: #213929;
background-color: #213929;
/* Tailwind (arbitrary) */
class="text-[#213929] bg-[#213929]"
/* SCSS */
$brand: #213929;
/* SwiftUI */
Color(red: 0.129, green: 0.224, blue: 0.161)
/* Android */
Color.parseColor("#213929")Accessibility — WCAG contrast
Aa
#213929 on white: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213929 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green22.4%
Blue16.1%
CMYK percentages
Cyan42.1%
Magenta0.0%
Yellow28.1%
Key (black)77.6%
Color previews
#213929 text on a black background
contrast 1.68:1
Card sample
#213929 text on a white background
contrast 12.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213929;
Background color
Panel with #213929 background
background-color: #213929;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213929;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 57, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 57, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213929; background: linear-gradient(135deg, #213929, #213939);