#021a39
a deep, electric blue · cool · closest name: black
RGB
2, 26, 57
HSL
214°, 93%, 12%
CMYK
97, 54, 0, 78
Luminance
0.0105
Every format
| HEX | #021a39 |
| RGB | rgb(2, 26, 57) |
| HSL | hsl(214, 93%, 12%) |
| CMYK | cmyk(97%, 54%, 0%, 78%) |
| LAB | lab(9.4 4.8 -22.8) |
| LCH | lch(9.4 23.3 281.9) |
| OKLCH | oklch(0.220 0.068 255.3) |
Copy-ready code
/* CSS */
color: #021a39;
background-color: #021a39;
/* Tailwind (arbitrary) */
class="text-[#021a39] bg-[#021a39]"
/* SCSS */
$brand: #021a39;
/* SwiftUI */
Color(red: 0.008, green: 0.102, blue: 0.224)
/* Android */
Color.parseColor("#021a39")Accessibility — WCAG contrast
Aa
#021a39 on white: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021a39 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green10.2%
Blue22.4%
CMYK percentages
Cyan96.5%
Magenta54.4%
Yellow0.0%
Key (black)77.6%
Color previews
#021a39 text on a black background
contrast 1.21:1
Card sample
#021a39 text on a white background
contrast 17.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021a39;
Background color
Panel with #021a39 background
background-color: #021a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 26, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 26, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021a39; background: linear-gradient(135deg, #021a39, #0F0239);