#021f49
a deep, electric blue · cool · closest name: midnightblue
RGB
2, 31, 73
HSL
216°, 95%, 15%
CMYK
97, 58, 0, 71
Luminance
0.0147
Every format
| HEX | #021f49 |
| RGB | rgb(2, 31, 73) |
| HSL | hsl(216, 95%, 15%) |
| CMYK | cmyk(97%, 58%, 0%, 71%) |
| LAB | lab(12.4 8.6 -29.1) |
| LCH | lch(12.4 30.4 286.5) |
| OKLCH | oklch(0.248 0.086 257.9) |
Copy-ready code
/* CSS */
color: #021f49;
background-color: #021f49;
/* Tailwind (arbitrary) */
class="text-[#021f49] bg-[#021f49]"
/* SCSS */
$brand: #021f49;
/* SwiftUI */
Color(red: 0.008, green: 0.122, blue: 0.286)
/* Android */
Color.parseColor("#021f49")Accessibility — WCAG contrast
Aa
#021f49 on white: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021f49 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green12.2%
Blue28.6%
CMYK percentages
Cyan97.3%
Magenta57.5%
Yellow0.0%
Key (black)71.4%
Color previews
#021f49 text on a black background
contrast 1.29:1
Card sample
#021f49 text on a white background
contrast 16.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021f49;
Background color
Panel with #021f49 background
background-color: #021f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 31, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 31, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021f49; background: linear-gradient(135deg, #021f49, #140249);