#4848ff
a balanced, electric blue · warm · closest name: blue
RGB
72, 72, 255
HSL
240°, 100%, 64%
CMYK
72, 72, 0, 0
Luminance
0.1323
Every format
| HEX | #4848ff |
| RGB | rgb(72, 72, 255) |
| HSL | hsl(240, 100%, 64%) |
| CMYK | cmyk(72%, 72%, 0%, 0%) |
| LAB | lab(43.1 57.0 -89.8) |
| LCH | lch(43.1 106.3 302.4) |
| OKLCH | oklch(0.534 0.260 273.2) |
Copy-ready code
/* CSS */
color: #4848ff;
background-color: #4848ff;
/* Tailwind (arbitrary) */
class="text-[#4848ff] bg-[#4848ff]"
/* SCSS */
$brand: #4848ff;
/* SwiftUI */
Color(red: 0.282, green: 0.282, blue: 1.000)
/* Android */
Color.parseColor("#4848ff")Accessibility — WCAG contrast
Aa
#4848ff on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4848ff on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green28.2%
Blue100.0%
CMYK percentages
Cyan71.8%
Magenta71.8%
Yellow0.0%
Key (black)0.0%
Color previews
#4848ff text on a black background
contrast 3.65:1
Card sample
#4848ff text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4848ff;
Background color
Panel with #4848ff background
background-color: #4848ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4848ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 72, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 72, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4848ff; background: linear-gradient(135deg, #4848ff, #C248FF);