#005ade
a dark, electric blue · cool · closest name: royalblue
RGB
0, 90, 222
HSL
216°, 100%, 44%
CMYK
100, 60, 0, 13
Luminance
0.1259
Every format
| HEX | #005ade |
| RGB | rgb(0, 90, 222) |
| HSL | hsl(216, 100%, 44%) |
| CMYK | cmyk(100%, 60%, 0%, 13%) |
| LAB | lab(42.1 30.3 -72.9) |
| LCH | lch(42.1 78.9 292.5) |
| OKLCH | oklch(0.512 0.214 260.5) |
Copy-ready code
/* CSS */
color: #005ade;
background-color: #005ade;
/* Tailwind (arbitrary) */
class="text-[#005ade] bg-[#005ade]"
/* SCSS */
$brand: #005ade;
/* SwiftUI */
Color(red: 0.000, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#005ade")Accessibility — WCAG contrast
Aa
#005ade on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005ade on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green35.3%
Blue87.1%
CMYK percentages
Cyan100.0%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#005ade text on a black background
contrast 3.52:1
Card sample
#005ade text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005ade;
Background color
Panel with #005ade background
background-color: #005ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005ade; background: linear-gradient(135deg, #005ade, #3A00DE);