#b78dfd
a light, electric violet · warm · closest name: violet
RGB
183, 141, 253
HSL
263°, 97%, 77%
CMYK
28, 44, 0, 1
Luminance
0.3621
Every format
| HEX | #b78dfd |
| RGB | rgb(183, 141, 253) |
| HSL | hsl(263, 97%, 77%) |
| CMYK | cmyk(28%, 44%, 0%, 1%) |
| LAB | lab(66.7 38.4 -50.2) |
| LCH | lch(66.7 63.2 307.4) |
| OKLCH | oklch(0.728 0.162 299.7) |
Copy-ready code
/* CSS */
color: #b78dfd;
background-color: #b78dfd;
/* Tailwind (arbitrary) */
class="text-[#b78dfd] bg-[#b78dfd]"
/* SCSS */
$brand: #b78dfd;
/* SwiftUI */
Color(red: 0.718, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#b78dfd")Accessibility — WCAG contrast
Aa
#b78dfd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b78dfd on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green55.3%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b78dfd text on a black background
contrast 8.24:1
Card sample
#b78dfd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b78dfd;
Background color
Panel with #b78dfd background
background-color: #b78dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b78dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b78dfd; background: linear-gradient(135deg, #b78dfd, #FD8DF8);