#b37dfd
a light, electric violet · warm · closest name: slateblue
RGB
179, 125, 253
HSL
265°, 97%, 74%
CMYK
29, 51, 0, 1
Luminance
0.3134
Every format
| HEX | #b37dfd |
| RGB | rgb(179, 125, 253) |
| HSL | hsl(265, 97%, 74%) |
| CMYK | cmyk(29%, 51%, 0%, 1%) |
| LAB | lab(62.8 46.1 -56.4) |
| LCH | lch(62.8 72.8 309.3) |
| OKLCH | oklch(0.698 0.186 301.2) |
Copy-ready code
/* CSS */
color: #b37dfd;
background-color: #b37dfd;
/* Tailwind (arbitrary) */
class="text-[#b37dfd] bg-[#b37dfd]"
/* SCSS */
$brand: #b37dfd;
/* SwiftUI */
Color(red: 0.702, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#b37dfd")Accessibility — WCAG contrast
Aa
#b37dfd on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b37dfd on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green49.0%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b37dfd text on a black background
contrast 7.27:1
Card sample
#b37dfd text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b37dfd;
Background color
Panel with #b37dfd background
background-color: #b37dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b37dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b37dfd; background: linear-gradient(135deg, #b37dfd, #FD7DF2);