#021acf
a dark, electric blue · warm · closest name: blue
RGB
2, 26, 207
HSL
233°, 98%, 41%
CMYK
99, 87, 0, 19
Luminance
0.0526
Every format
| HEX | #021acf |
| RGB | rgb(2, 26, 207) |
| HSL | hsl(233, 98%, 41%) |
| CMYK | cmyk(99%, 87%, 0%, 19%) |
| LAB | lab(27.4 61.1 -88.5) |
| LCH | lch(27.4 107.6 304.6) |
| OKLCH | oklch(0.401 0.258 264.4) |
Copy-ready code
/* CSS */
color: #021acf;
background-color: #021acf;
/* Tailwind (arbitrary) */
class="text-[#021acf] bg-[#021acf]"
/* SCSS */
$brand: #021acf;
/* SwiftUI */
Color(red: 0.008, green: 0.102, blue: 0.812)
/* Android */
Color.parseColor("#021acf")Accessibility — WCAG contrast
Aa
#021acf on white: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021acf on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green10.2%
Blue81.2%
CMYK percentages
Cyan99.0%
Magenta87.4%
Yellow0.0%
Key (black)18.8%
Color previews
#021acf text on a black background
contrast 2.05:1
Card sample
#021acf text on a white background
contrast 10.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021acf;
Background color
Panel with #021acf background
background-color: #021acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 26, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 26, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021acf; background: linear-gradient(135deg, #021acf, #7302CF);