#486cfb
a balanced, electric blue · warm · closest name: royalblue
RGB
72, 108, 251
HSL
228°, 96%, 63%
CMYK
71, 57, 0, 2
Luminance
0.1907
Every format
| HEX | #486cfb |
| RGB | rgb(72, 108, 251) |
| HSL | hsl(228, 96%, 63%) |
| CMYK | cmyk(71%, 57%, 0%, 2%) |
| LAB | lab(50.8 34.5 -75.0) |
| LCH | lch(50.8 82.6 294.7) |
| OKLCH | oklch(0.589 0.217 268.2) |
Copy-ready code
/* CSS */
color: #486cfb;
background-color: #486cfb;
/* Tailwind (arbitrary) */
class="text-[#486cfb] bg-[#486cfb]"
/* SCSS */
$brand: #486cfb;
/* SwiftUI */
Color(red: 0.282, green: 0.424, blue: 0.984)
/* Android */
Color.parseColor("#486cfb")Accessibility — WCAG contrast
Aa
#486cfb on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#486cfb on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green42.4%
Blue98.4%
CMYK percentages
Cyan71.3%
Magenta57.0%
Yellow0.0%
Key (black)1.6%
Color previews
#486cfb text on a black background
contrast 4.81:1
Card sample
#486cfb text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486cfb;
Background color
Panel with #486cfb background
background-color: #486cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 108, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 108, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486cfb; background: linear-gradient(135deg, #486cfb, #9B48FB);