#486cfd
a balanced, electric blue · warm · closest name: royalblue
RGB
72, 108, 253
HSL
228°, 98%, 64%
CMYK
72, 57, 0, 1
Luminance
0.1919
Every format
| HEX | #486cfd |
| RGB | rgb(72, 108, 253) |
| HSL | hsl(228, 98%, 64%) |
| CMYK | cmyk(72%, 57%, 0%, 1%) |
| LAB | lab(50.9 35.2 -75.9) |
| LCH | lch(50.9 83.7 294.8) |
| OKLCH | oklch(0.590 0.219 268.2) |
Copy-ready code
/* CSS */
color: #486cfd;
background-color: #486cfd;
/* Tailwind (arbitrary) */
class="text-[#486cfd] bg-[#486cfd]"
/* SCSS */
$brand: #486cfd;
/* SwiftUI */
Color(red: 0.282, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#486cfd")Accessibility — WCAG contrast
Aa
#486cfd on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#486cfd on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green42.4%
Blue99.2%
CMYK percentages
Cyan71.5%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#486cfd text on a black background
contrast 4.84:1
Card sample
#486cfd text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486cfd;
Background color
Panel with #486cfd background
background-color: #486cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486cfd; background: linear-gradient(135deg, #486cfd, #9D48FD);