#486fdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
72, 111, 223
HSL
225°, 70%, 58%
CMYK
68, 50, 0, 13
Luminance
0.1807
Every format
| HEX | #486fdf |
| RGB | rgb(72, 111, 223) |
| HSL | hsl(225, 70%, 58%) |
| CMYK | cmyk(68%, 50%, 0%, 13%) |
| LAB | lab(49.6 22.8 -61.3) |
| LCH | lch(49.6 65.4 290.4) |
| OKLCH | oklch(0.574 0.176 266.4) |
Copy-ready code
/* CSS */
color: #486fdf;
background-color: #486fdf;
/* Tailwind (arbitrary) */
class="text-[#486fdf] bg-[#486fdf]"
/* SCSS */
$brand: #486fdf;
/* SwiftUI */
Color(red: 0.282, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#486fdf")Accessibility — WCAG contrast
Aa
#486fdf on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#486fdf on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green43.5%
Blue87.5%
CMYK percentages
Cyan67.7%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#486fdf text on a black background
contrast 4.61:1
Card sample
#486fdf text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #486fdf;
Background color
Panel with #486fdf background
background-color: #486fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #486fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #486fdf; background: linear-gradient(135deg, #486fdf, #8648DF);