#4864df
a balanced, vivid blue · warm · closest name: royalblue
RGB
72, 100, 223
HSL
229°, 70%, 58%
CMYK
68, 55, 0, 13
Luminance
0.1582
Every format
| HEX | #4864df |
| RGB | rgb(72, 100, 223) |
| HSL | hsl(229, 70%, 58%) |
| CMYK | cmyk(68%, 55%, 0%, 13%) |
| LAB | lab(46.7 29.7 -65.9) |
| LCH | lch(46.7 72.3 294.2) |
| OKLCH | oklch(0.552 0.190 269.5) |
Copy-ready code
/* CSS */
color: #4864df;
background-color: #4864df;
/* Tailwind (arbitrary) */
class="text-[#4864df] bg-[#4864df]"
/* SCSS */
$brand: #4864df;
/* SwiftUI */
Color(red: 0.282, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#4864df")Accessibility — WCAG contrast
Aa
#4864df on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4864df on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green39.2%
Blue87.5%
CMYK percentages
Cyan67.7%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#4864df text on a black background
contrast 4.16:1
Card sample
#4864df text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4864df;
Background color
Panel with #4864df background
background-color: #4864df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4864df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4864df; background: linear-gradient(135deg, #4864df, #9148DF);