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