#486df3
a balanced, electric blue · warm · closest name: royalblue
RGB
72, 109, 243
HSL
227°, 88%, 62%
CMYK
70, 55, 0, 5
Luminance
0.1879
Every format
| HEX | #486df3 |
| RGB | rgb(72, 109, 243) |
| HSL | hsl(227, 88%, 62%) |
| CMYK | cmyk(70%, 55%, 0%, 5%) |
| LAB | lab(50.4 31.1 -71.1) |
| LCH | lch(50.4 77.6 293.6) |
| OKLCH | oklch(0.584 0.205 267.8) |
Copy-ready code
/* CSS */
color: #486df3;
background-color: #486df3;
/* Tailwind (arbitrary) */
class="text-[#486df3] bg-[#486df3]"
/* SCSS */
$brand: #486df3;
/* SwiftUI */
Color(red: 0.282, green: 0.427, blue: 0.953)
/* Android */
Color.parseColor("#486df3")Accessibility — WCAG contrast
Aa
#486df3 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#486df3 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green42.7%
Blue95.3%
CMYK percentages
Cyan70.4%
Magenta55.1%
Yellow0.0%
Key (black)4.7%
Color previews
#486df3 text on a black background
contrast 4.76:1
Card sample
#486df3 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486df3;
Background color
Panel with #486df3 background
background-color: #486df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 109, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 109, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486df3; background: linear-gradient(135deg, #486df3, #9548F3);