#021fad
a dark, electric blue · warm · closest name: navy
RGB
2, 31, 173
HSL
230°, 98%, 34%
CMYK
99, 82, 0, 32
Luminance
0.0401
Every format
| HEX | #021fad |
| RGB | rgb(2, 31, 173) |
| HSL | hsl(230, 98%, 34%) |
| CMYK | cmyk(99%, 82%, 0%, 32%) |
| LAB | lab(23.7 48.5 -74.6) |
| LCH | lch(23.7 89.0 303.0) |
| OKLCH | oklch(0.363 0.217 264.4) |
Copy-ready code
/* CSS */
color: #021fad;
background-color: #021fad;
/* Tailwind (arbitrary) */
class="text-[#021fad] bg-[#021fad]"
/* SCSS */
$brand: #021fad;
/* SwiftUI */
Color(red: 0.008, green: 0.122, blue: 0.678)
/* Android */
Color.parseColor("#021fad")Accessibility — WCAG contrast
Aa
#021fad on white: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021fad on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green12.2%
Blue67.8%
CMYK percentages
Cyan98.8%
Magenta82.1%
Yellow0.0%
Key (black)32.2%
Color previews
#021fad text on a black background
contrast 1.80:1
Card sample
#021fad text on a white background
contrast 11.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021fad;
Background color
Panel with #021fad background
background-color: #021fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 31, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 31, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021fad; background: linear-gradient(135deg, #021fad, #5702AD);