#b48afd
a light, electric violet · warm · closest name: slateblue
RGB
180, 138, 253
HSL
262°, 97%, 77%
CMYK
29, 46, 0, 1
Luminance
0.3497
Every format
| HEX | #b48afd |
| RGB | rgb(180, 138, 253) |
| HSL | hsl(262, 97%, 77%) |
| CMYK | cmyk(29%, 46%, 0%, 1%) |
| LAB | lab(65.7 39.3 -51.7) |
| LCH | lch(65.7 64.9 307.2) |
| OKLCH | oklch(0.721 0.166 299.0) |
Copy-ready code
/* CSS */
color: #b48afd;
background-color: #b48afd;
/* Tailwind (arbitrary) */
class="text-[#b48afd] bg-[#b48afd]"
/* SCSS */
$brand: #b48afd;
/* SwiftUI */
Color(red: 0.706, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#b48afd")Accessibility — WCAG contrast
Aa
#b48afd on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b48afd on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green54.1%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b48afd text on a black background
contrast 7.99:1
Card sample
#b48afd text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b48afd;
Background color
Panel with #b48afd background
background-color: #b48afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b48afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b48afd; background: linear-gradient(135deg, #b48afd, #FD8AF9);