#213965
a dark, vivid blue · cool · closest name: steelblue
RGB
33, 57, 101
HSL
219°, 51%, 26%
CMYK
67, 44, 0, 60
Luminance
0.0419
Every format
| HEX | #213965 |
| RGB | rgb(33, 57, 101) |
| HSL | hsl(219, 51%, 26%) |
| CMYK | cmyk(67%, 44%, 0%, 60%) |
| LAB | lab(24.3 6.4 -28.7) |
| LCH | lch(24.3 29.4 282.6) |
| OKLCH | oklch(0.349 0.083 261.5) |
Copy-ready code
/* CSS */
color: #213965;
background-color: #213965;
/* Tailwind (arbitrary) */
class="text-[#213965] bg-[#213965]"
/* SCSS */
$brand: #213965;
/* SwiftUI */
Color(red: 0.129, green: 0.224, blue: 0.396)
/* Android */
Color.parseColor("#213965")Accessibility — WCAG contrast
Aa
#213965 on white: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213965 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green22.4%
Blue39.6%
CMYK percentages
Cyan67.3%
Magenta43.6%
Yellow0.0%
Key (black)60.4%
Color previews
#213965 text on a black background
contrast 1.84:1
Card sample
#213965 text on a white background
contrast 11.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213965;
Background color
Panel with #213965 background
background-color: #213965;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213965;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 57, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 57, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213965; background: linear-gradient(135deg, #213965, #362165);