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