#213960
a dark, vivid blue · cool · closest name: darkslategray
RGB
33, 57, 96
HSL
217°, 49%, 25%
CMYK
66, 41, 0, 62
Luminance
0.0409
Every format
| HEX | #213960 |
| RGB | rgb(33, 57, 96) |
| HSL | hsl(217, 49%, 25%) |
| CMYK | cmyk(66%, 41%, 0%, 62%) |
| LAB | lab(24.0 4.5 -26.0) |
| LCH | lch(24.0 26.4 279.7) |
| OKLCH | oklch(0.346 0.075 259.7) |
Copy-ready code
/* CSS */
color: #213960;
background-color: #213960;
/* Tailwind (arbitrary) */
class="text-[#213960] bg-[#213960]"
/* SCSS */
$brand: #213960;
/* SwiftUI */
Color(red: 0.129, green: 0.224, blue: 0.376)
/* Android */
Color.parseColor("#213960")Accessibility — WCAG contrast
Aa
#213960 on white: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213960 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green22.4%
Blue37.6%
CMYK percentages
Cyan65.6%
Magenta40.6%
Yellow0.0%
Key (black)62.4%
Color previews
#213960 text on a black background
contrast 1.82:1
Card sample
#213960 text on a white background
contrast 11.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213960;
Background color
Panel with #213960 background
background-color: #213960;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213960;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 57, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 57, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213960; background: linear-gradient(135deg, #213960, #332160);