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