#214949
a deep, soft cyan · cool · closest name: darkslategray
RGB
33, 73, 73
HSL
180°, 38%, 21%
CMYK
55, 0, 0, 71
Luminance
0.0557
Every format
| HEX | #214949 |
| RGB | rgb(33, 73, 73) |
| HSL | hsl(180, 38%, 21%) |
| CMYK | cmyk(55%, 0%, 0%, 71%) |
| LAB | lab(28.3 -14.0 -4.3) |
| LCH | lch(28.3 14.7 197.2) |
| OKLCH | oklch(0.377 0.045 195.4) |
Copy-ready code
/* CSS */
color: #214949;
background-color: #214949;
/* Tailwind (arbitrary) */
class="text-[#214949] bg-[#214949]"
/* SCSS */
$brand: #214949;
/* SwiftUI */
Color(red: 0.129, green: 0.286, blue: 0.286)
/* Android */
Color.parseColor("#214949")Accessibility — WCAG contrast
Aa
#214949 on white: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#214949 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green28.6%
Blue28.6%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow0.0%
Key (black)71.4%
Color previews
#214949 text on a black background
contrast 2.11:1
Card sample
#214949 text on a white background
contrast 9.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #214949;
Background color
Panel with #214949 background
background-color: #214949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #214949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 73, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 73, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #214949; background: linear-gradient(135deg, #214949, #212E49);