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