#b784fd
a light, electric violet · warm · closest name: slateblue
RGB
183, 132, 253
HSL
265°, 97%, 76%
CMYK
28, 48, 0, 1
Luminance
0.3366
Every format
| HEX | #b784fd |
| RGB | rgb(183, 132, 253) |
| HSL | hsl(265, 97%, 76%) |
| CMYK | cmyk(28%, 48%, 0%, 1%) |
| LAB | lab(64.7 43.3 -53.3) |
| LCH | lch(64.7 68.7 309.1) |
| OKLCH | oklch(0.713 0.176 301.6) |
Copy-ready code
/* CSS */
color: #b784fd;
background-color: #b784fd;
/* Tailwind (arbitrary) */
class="text-[#b784fd] bg-[#b784fd]"
/* SCSS */
$brand: #b784fd;
/* SwiftUI */
Color(red: 0.718, green: 0.518, blue: 0.992)
/* Android */
Color.parseColor("#b784fd")Accessibility — WCAG contrast
Aa
#b784fd on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b784fd on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green51.8%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta47.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b784fd text on a black background
contrast 7.73:1
Card sample
#b784fd text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b784fd;
Background color
Panel with #b784fd background
background-color: #b784fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b784fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 132, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 132, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b784fd; background: linear-gradient(135deg, #b784fd, #FD84F2);