#b47afd
a light, electric violet · warm · closest name: slateblue
RGB
180, 122, 253
HSL
267°, 97%, 74%
CMYK
29, 52, 0, 1
Luminance
0.3071
Every format
| HEX | #b47afd |
| RGB | rgb(180, 122, 253) |
| HSL | hsl(267, 97%, 74%) |
| CMYK | cmyk(29%, 52%, 0%, 1%) |
| LAB | lab(62.3 48.0 -57.2) |
| LCH | lch(62.3 74.7 310.0) |
| OKLCH | oklch(0.695 0.190 302.1) |
Copy-ready code
/* CSS */
color: #b47afd;
background-color: #b47afd;
/* Tailwind (arbitrary) */
class="text-[#b47afd] bg-[#b47afd]"
/* SCSS */
$brand: #b47afd;
/* SwiftUI */
Color(red: 0.706, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#b47afd")Accessibility — WCAG contrast
Aa
#b47afd on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b47afd on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green47.8%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b47afd text on a black background
contrast 7.14:1
Card sample
#b47afd text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b47afd;
Background color
Panel with #b47afd background
background-color: #b47afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b47afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b47afd; background: linear-gradient(135deg, #b47afd, #FD7AEF);