#213935
a deep, soft cyan · cool · closest name: darkslategray
RGB
33, 57, 53
HSL
170°, 27%, 18%
CMYK
42, 0, 7, 78
Luminance
0.0351
Every format
| HEX | #213935 |
| RGB | rgb(33, 57, 53) |
| HSL | hsl(170, 27%, 18%) |
| CMYK | cmyk(42%, 0%, 7%, 78%) |
| LAB | lab(22.0 -10.5 -0.5) |
| LCH | lch(22.0 10.5 182.6) |
| OKLCH | oklch(0.323 0.031 182.6) |
Copy-ready code
/* CSS */
color: #213935;
background-color: #213935;
/* Tailwind (arbitrary) */
class="text-[#213935] bg-[#213935]"
/* SCSS */
$brand: #213935;
/* SwiftUI */
Color(red: 0.129, green: 0.224, blue: 0.208)
/* Android */
Color.parseColor("#213935")Accessibility — WCAG contrast
Aa
#213935 on white: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213935 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green22.4%
Blue20.8%
CMYK percentages
Cyan42.1%
Magenta0.0%
Yellow7.0%
Key (black)77.6%
Color previews
#213935 text on a black background
contrast 1.70:1
Card sample
#213935 text on a white background
contrast 12.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213935;
Background color
Panel with #213935 background
background-color: #213935;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213935;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 57, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 57, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213935; background: linear-gradient(135deg, #213935, #212D39);