#213950
a deep, soft blue · cool · closest name: darkslategray
RGB
33, 57, 80
HSL
209°, 42%, 22%
CMYK
59, 29, 0, 69
Luminance
0.0383
Every format
| HEX | #213950 |
| RGB | rgb(33, 57, 80) |
| HSL | hsl(209, 42%, 22%) |
| CMYK | cmyk(59%, 29%, 0%, 69%) |
| LAB | lab(23.1 -1.6 -16.9) |
| LCH | lch(23.1 16.9 264.6) |
| OKLCH | oklch(0.336 0.051 248.6) |
Copy-ready code
/* CSS */
color: #213950;
background-color: #213950;
/* Tailwind (arbitrary) */
class="text-[#213950] bg-[#213950]"
/* SCSS */
$brand: #213950;
/* SwiftUI */
Color(red: 0.129, green: 0.224, blue: 0.314)
/* Android */
Color.parseColor("#213950")Accessibility — WCAG contrast
Aa
#213950 on white: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213950 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green22.4%
Blue31.4%
CMYK percentages
Cyan58.8%
Magenta28.8%
Yellow0.0%
Key (black)68.6%
Color previews
#213950 text on a black background
contrast 1.77:1
Card sample
#213950 text on a white background
contrast 11.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213950;
Background color
Panel with #213950 background
background-color: #213950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 57, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 57, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213950; background: linear-gradient(135deg, #213950, #282150);