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