#486cf1
a balanced, electric blue · warm · closest name: royalblue
RGB
72, 108, 241
HSL
227°, 86%, 61%
CMYK
70, 55, 0, 6
Luminance
0.1845
Every format
| HEX | #486cf1 |
| RGB | rgb(72, 108, 241) |
| HSL | hsl(227, 86%, 61%) |
| CMYK | cmyk(70%, 55%, 0%, 6%) |
| LAB | lab(50.0 31.0 -70.7) |
| LCH | lch(50.0 77.2 293.7) |
| OKLCH | oklch(0.581 0.204 268.0) |
Copy-ready code
/* CSS */
color: #486cf1;
background-color: #486cf1;
/* Tailwind (arbitrary) */
class="text-[#486cf1] bg-[#486cf1]"
/* SCSS */
$brand: #486cf1;
/* SwiftUI */
Color(red: 0.282, green: 0.424, blue: 0.945)
/* Android */
Color.parseColor("#486cf1")Accessibility — WCAG contrast
Aa
#486cf1 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#486cf1 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green42.4%
Blue94.5%
CMYK percentages
Cyan70.1%
Magenta55.2%
Yellow0.0%
Key (black)5.5%
Color previews
#486cf1 text on a black background
contrast 4.69:1
Card sample
#486cf1 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486cf1;
Background color
Panel with #486cf1 background
background-color: #486cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 108, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 108, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486cf1; background: linear-gradient(135deg, #486cf1, #9548F1);