#021adf
a dark, electric blue · warm · closest name: blue
RGB
2, 26, 223
HSL
234°, 98%, 44%
CMYK
99, 88, 0, 13
Luminance
0.0608
Every format
| HEX | #021adf |
| RGB | rgb(2, 26, 223) |
| HSL | hsl(234, 98%, 44%) |
| CMYK | cmyk(99%, 88%, 0%, 13%) |
| LAB | lab(29.6 65.6 -94.2) |
| LCH | lch(29.6 114.8 304.9) |
| OKLCH | oklch(0.422 0.274 264.4) |
Copy-ready code
/* CSS */
color: #021adf;
background-color: #021adf;
/* Tailwind (arbitrary) */
class="text-[#021adf] bg-[#021adf]"
/* SCSS */
$brand: #021adf;
/* SwiftUI */
Color(red: 0.008, green: 0.102, blue: 0.875)
/* Android */
Color.parseColor("#021adf")Accessibility — WCAG contrast
Aa
#021adf on white: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021adf on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green10.2%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta88.3%
Yellow0.0%
Key (black)12.5%
Color previews
#021adf text on a black background
contrast 2.22:1
Card sample
#021adf text on a white background
contrast 9.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021adf;
Background color
Panel with #021adf background
background-color: #021adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 26, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 26, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021adf; background: linear-gradient(135deg, #021adf, #7D02DF);