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