#001ade
a dark, electric blue · warm · closest name: blue
RGB
0, 26, 222
HSL
233°, 100%, 44%
CMYK
100, 88, 0, 13
Luminance
0.0601
Every format
| HEX | #001ade |
| RGB | rgb(0, 26, 222) |
| HSL | hsl(233, 100%, 44%) |
| CMYK | cmyk(100%, 88%, 0%, 13%) |
| LAB | lab(29.4 65.3 -93.9) |
| LCH | lch(29.4 114.4 304.8) |
| OKLCH | oklch(0.420 0.273 264.2) |
Copy-ready code
/* CSS */
color: #001ade;
background-color: #001ade;
/* Tailwind (arbitrary) */
class="text-[#001ade] bg-[#001ade]"
/* SCSS */
$brand: #001ade;
/* SwiftUI */
Color(red: 0.000, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#001ade")Accessibility — WCAG contrast
Aa
#001ade on white: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001ade on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green10.2%
Blue87.1%
CMYK percentages
Cyan100.0%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#001ade text on a black background
contrast 2.20:1
Card sample
#001ade text on a white background
contrast 9.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001ade;
Background color
Panel with #001ade background
background-color: #001ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001ade; background: linear-gradient(135deg, #001ade, #7A00DE);