#056ade
a dark, electric blue · cool · closest name: royalblue
RGB
5, 106, 222
HSL
212°, 96%, 45%
CMYK
98, 52, 0, 13
Luminance
0.1561
Every format
| HEX | #056ade |
| RGB | rgb(5, 106, 222) |
| HSL | hsl(212, 96%, 45%) |
| CMYK | cmyk(98%, 52%, 0%, 13%) |
| LAB | lab(46.5 20.0 -65.8) |
| LCH | lch(46.5 68.8 286.9) |
| OKLCH | oklch(0.545 0.195 257.5) |
Copy-ready code
/* CSS */
color: #056ade;
background-color: #056ade;
/* Tailwind (arbitrary) */
class="text-[#056ade] bg-[#056ade]"
/* SCSS */
$brand: #056ade;
/* SwiftUI */
Color(red: 0.020, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#056ade")Accessibility — WCAG contrast
Aa
#056ade on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#056ade on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green41.6%
Blue87.1%
CMYK percentages
Cyan97.7%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#056ade text on a black background
contrast 4.12:1
Card sample
#056ade text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #056ade;
Background color
Panel with #056ade background
background-color: #056ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #056ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #056ade; background: linear-gradient(135deg, #056ade, #3105DE);