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