#006afd
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 106, 253
HSL
215°, 100%, 50%
CMYK
100, 58, 0, 1
Luminance
0.1740
Every format
| HEX | #006afd |
| RGB | rgb(0, 106, 253) |
| HSL | hsl(215, 100%, 50%) |
| CMYK | cmyk(100%, 58%, 0%, 1%) |
| LAB | lab(48.8 31.9 -79.5) |
| LCH | lch(48.8 85.7 291.9) |
| OKLCH | oklch(0.569 0.234 260.1) |
Copy-ready code
/* CSS */
color: #006afd;
background-color: #006afd;
/* Tailwind (arbitrary) */
class="text-[#006afd] bg-[#006afd]"
/* SCSS */
$brand: #006afd;
/* SwiftUI */
Color(red: 0.000, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#006afd")Accessibility — WCAG contrast
Aa
#006afd on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006afd on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green41.6%
Blue99.2%
CMYK percentages
Cyan100.0%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#006afd text on a black background
contrast 4.48:1
Card sample
#006afd text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006afd;
Background color
Panel with #006afd background
background-color: #006afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006afd; background: linear-gradient(135deg, #006afd, #3F00FD);