#214483
a dark, vivid blue · cool · closest name: midnightblue
RGB
33, 68, 131
HSL
219°, 60%, 32%
CMYK
75, 48, 0, 49
Luminance
0.0610
Every format
| HEX | #214483 |
| RGB | rgb(33, 68, 131) |
| HSL | hsl(219, 60%, 32%) |
| CMYK | cmyk(75%, 48%, 0%, 49%) |
| LAB | lab(29.6 10.7 -39.2) |
| LCH | lch(29.6 40.6 285.3) |
| OKLCH | oklch(0.397 0.114 261.1) |
Copy-ready code
/* CSS */
color: #214483;
background-color: #214483;
/* Tailwind (arbitrary) */
class="text-[#214483] bg-[#214483]"
/* SCSS */
$brand: #214483;
/* SwiftUI */
Color(red: 0.129, green: 0.267, blue: 0.514)
/* Android */
Color.parseColor("#214483")Accessibility — WCAG contrast
Aa
#214483 on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#214483 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green26.7%
Blue51.4%
CMYK percentages
Cyan74.8%
Magenta48.1%
Yellow0.0%
Key (black)48.6%
Color previews
#214483 text on a black background
contrast 2.22:1
Card sample
#214483 text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #214483;
Background color
Panel with #214483 background
background-color: #214483;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #214483;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 68, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 68, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #214483; background: linear-gradient(135deg, #214483, #3F2183);