#4848ad
a balanced, soft blue · warm · closest name: slateblue
RGB
72, 72, 173
HSL
240°, 41%, 48%
CMYK
58, 58, 0, 32
Luminance
0.0903
Every format
| HEX | #4848ad |
| RGB | rgb(72, 72, 173) |
| HSL | hsl(240, 41%, 48%) |
| CMYK | cmyk(58%, 58%, 0%, 32%) |
| LAB | lab(36.0 30.2 -54.2) |
| LCH | lch(36.0 62.1 299.1) |
| OKLCH | oklch(0.461 0.157 278.3) |
Copy-ready code
/* CSS */
color: #4848ad;
background-color: #4848ad;
/* Tailwind (arbitrary) */
class="text-[#4848ad] bg-[#4848ad]"
/* SCSS */
$brand: #4848ad;
/* SwiftUI */
Color(red: 0.282, green: 0.282, blue: 0.678)
/* Android */
Color.parseColor("#4848ad")Accessibility — WCAG contrast
Aa
#4848ad on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4848ad on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green28.2%
Blue67.8%
CMYK percentages
Cyan58.4%
Magenta58.4%
Yellow0.0%
Key (black)32.2%
Color previews
#4848ad text on a black background
contrast 2.81:1
Card sample
#4848ad text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4848ad;
Background color
Panel with #4848ad background
background-color: #4848ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4848ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 72, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 72, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4848ad; background: linear-gradient(135deg, #4848ad, #8B48AD);