#5f48ba
a balanced, vivid blue · warm · closest name: slateblue
RGB
95, 72, 186
HSL
252°, 45%, 51%
CMYK
49, 61, 0, 27
Luminance
0.1061
Every format
| HEX | #5f48ba |
| RGB | rgb(95, 72, 186) |
| HSL | hsl(252, 45%, 51%) |
| CMYK | cmyk(49%, 61%, 0%, 27%) |
| LAB | lab(38.9 38.8 -57.2) |
| LCH | lch(38.9 69.1 304.1) |
| OKLCH | oklch(0.490 0.172 287.6) |
Copy-ready code
/* CSS */
color: #5f48ba;
background-color: #5f48ba;
/* Tailwind (arbitrary) */
class="text-[#5f48ba] bg-[#5f48ba]"
/* SCSS */
$brand: #5f48ba;
/* SwiftUI */
Color(red: 0.373, green: 0.282, blue: 0.729)
/* Android */
Color.parseColor("#5f48ba")Accessibility — WCAG contrast
Aa
#5f48ba on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f48ba on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green28.2%
Blue72.9%
CMYK percentages
Cyan48.9%
Magenta61.3%
Yellow0.0%
Key (black)27.1%
Color previews
#5f48ba text on a black background
contrast 3.12:1
Card sample
#5f48ba text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f48ba;
Background color
Panel with #5f48ba background
background-color: #5f48ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f48ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 72, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 72, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f48ba; background: linear-gradient(135deg, #5f48ba, #AB48BA);