#486afb
a balanced, electric blue · warm · closest name: royalblue
RGB
72, 106, 251
HSL
229°, 96%, 63%
CMYK
71, 58, 0, 2
Luminance
0.1865
Every format
| HEX | #486afb |
| RGB | rgb(72, 106, 251) |
| HSL | hsl(229, 96%, 63%) |
| CMYK | cmyk(71%, 58%, 0%, 2%) |
| LAB | lab(50.3 35.7 -75.8) |
| LCH | lch(50.3 83.8 295.2) |
| OKLCH | oklch(0.585 0.219 268.6) |
Copy-ready code
/* CSS */
color: #486afb;
background-color: #486afb;
/* Tailwind (arbitrary) */
class="text-[#486afb] bg-[#486afb]"
/* SCSS */
$brand: #486afb;
/* SwiftUI */
Color(red: 0.282, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#486afb")Accessibility — WCAG contrast
Aa
#486afb on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#486afb on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green41.6%
Blue98.4%
CMYK percentages
Cyan71.3%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#486afb text on a black background
contrast 4.73:1
Card sample
#486afb text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486afb;
Background color
Panel with #486afb background
background-color: #486afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486afb; background: linear-gradient(135deg, #486afb, #9D48FB);