#486afd
a balanced, electric blue · warm · closest name: royalblue
RGB
72, 106, 253
HSL
229°, 98%, 64%
CMYK
72, 58, 0, 1
Luminance
0.1878
Every format
| HEX | #486afd |
| RGB | rgb(72, 106, 253) |
| HSL | hsl(229, 98%, 64%) |
| CMYK | cmyk(72%, 58%, 0%, 1%) |
| LAB | lab(50.4 36.4 -76.7) |
| LCH | lch(50.4 84.9 295.4) |
| OKLCH | oklch(0.587 0.221 268.6) |
Copy-ready code
/* CSS */
color: #486afd;
background-color: #486afd;
/* Tailwind (arbitrary) */
class="text-[#486afd] bg-[#486afd]"
/* SCSS */
$brand: #486afd;
/* SwiftUI */
Color(red: 0.282, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#486afd")Accessibility — WCAG contrast
Aa
#486afd on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#486afd on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green41.6%
Blue99.2%
CMYK percentages
Cyan71.5%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#486afd text on a black background
contrast 4.76:1
Card sample
#486afd text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486afd;
Background color
Panel with #486afd background
background-color: #486afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486afd; background: linear-gradient(135deg, #486afd, #9F48FD);