#002ade
a dark, electric blue · warm · closest name: blue
RGB
0, 42, 222
HSL
229°, 100%, 44%
CMYK
100, 81, 0, 13
Luminance
0.0693
Every format
| HEX | #002ade |
| RGB | rgb(0, 42, 222) |
| HSL | hsl(229, 100%, 44%) |
| CMYK | cmyk(100%, 81%, 0%, 13%) |
| LAB | lab(31.6 58.8 -90.2) |
| LCH | lch(31.6 107.7 303.1) |
| OKLCH | oklch(0.435 0.263 264.1) |
Copy-ready code
/* CSS */
color: #002ade;
background-color: #002ade;
/* Tailwind (arbitrary) */
class="text-[#002ade] bg-[#002ade]"
/* SCSS */
$brand: #002ade;
/* SwiftUI */
Color(red: 0.000, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#002ade")Accessibility — WCAG contrast
Aa
#002ade on white: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002ade on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green16.5%
Blue87.1%
CMYK percentages
Cyan100.0%
Magenta81.1%
Yellow0.0%
Key (black)12.9%
Color previews
#002ade text on a black background
contrast 2.39:1
Card sample
#002ade text on a white background
contrast 8.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002ade;
Background color
Panel with #002ade background
background-color: #002ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002ade; background: linear-gradient(135deg, #002ade, #6A00DE);