#000ade
a dark, electric blue · warm · closest name: blue
RGB
0, 10, 222
HSL
237°, 100%, 44%
CMYK
100, 96, 0, 13
Luminance
0.0549
Every format
| HEX | #000ade |
| RGB | rgb(0, 10, 222) |
| HSL | hsl(237, 100%, 44%) |
| CMYK | cmyk(100%, 96%, 0%, 13%) |
| LAB | lab(28.1 69.5 -96.2) |
| LCH | lch(28.1 118.6 305.9) |
| OKLCH | oklch(0.411 0.279 264.1) |
Copy-ready code
/* CSS */
color: #000ade;
background-color: #000ade;
/* Tailwind (arbitrary) */
class="text-[#000ade] bg-[#000ade]"
/* SCSS */
$brand: #000ade;
/* SwiftUI */
Color(red: 0.000, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#000ade")Accessibility — WCAG contrast
Aa
#000ade on white: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000ade on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green3.9%
Blue87.1%
CMYK percentages
Cyan100.0%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#000ade text on a black background
contrast 2.10:1
Card sample
#000ade text on a white background
contrast 10.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000ade;
Background color
Panel with #000ade background
background-color: #000ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000ade; background: linear-gradient(135deg, #000ade, #8A00DE);