#214739
a deep, soft green · cool · closest name: darkslategray
RGB
33, 71, 57
HSL
158°, 37%, 20%
CMYK
54, 0, 20, 72
Luminance
0.0513
Every format
| HEX | #214739 |
| RGB | rgb(33, 71, 57) |
| HSL | hsl(158, 37%, 20%) |
| CMYK | cmyk(54%, 0%, 20%, 72%) |
| LAB | lab(27.1 -17.5 4.3) |
| LCH | lch(27.1 18.0 166.2) |
| OKLCH | oklch(0.365 0.050 167.4) |
Copy-ready code
/* CSS */
color: #214739;
background-color: #214739;
/* Tailwind (arbitrary) */
class="text-[#214739] bg-[#214739]"
/* SCSS */
$brand: #214739;
/* SwiftUI */
Color(red: 0.129, green: 0.278, blue: 0.224)
/* Android */
Color.parseColor("#214739")Accessibility — WCAG contrast
Aa
#214739 on white: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#214739 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green27.8%
Blue22.4%
CMYK percentages
Cyan53.5%
Magenta0.0%
Yellow19.7%
Key (black)72.2%
Color previews
#214739 text on a black background
contrast 2.03:1
Card sample
#214739 text on a white background
contrast 10.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #214739;
Background color
Panel with #214739 background
background-color: #214739;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #214739;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 71, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 71, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #214739; background: linear-gradient(135deg, #214739, #213C47);