#b89dfd
a light, electric violet · warm · closest name: plum
RGB
184, 157, 253
HSL
257°, 96%, 80%
CMYK
27, 38, 0, 1
Luminance
0.4140
Every format
| HEX | #b89dfd |
| RGB | rgb(184, 157, 253) |
| HSL | hsl(257, 96%, 80%) |
| CMYK | cmyk(27%, 38%, 0%, 1%) |
| LAB | lab(70.5 29.8 -44.2) |
| LCH | lch(70.5 53.3 303.9) |
| OKLCH | oklch(0.757 0.137 295.9) |
Copy-ready code
/* CSS */
color: #b89dfd;
background-color: #b89dfd;
/* Tailwind (arbitrary) */
class="text-[#b89dfd] bg-[#b89dfd]"
/* SCSS */
$brand: #b89dfd;
/* SwiftUI */
Color(red: 0.722, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#b89dfd")Accessibility — WCAG contrast
Aa
#b89dfd on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b89dfd on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green61.6%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b89dfd text on a black background
contrast 9.28:1
Card sample
#b89dfd text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b89dfd;
Background color
Panel with #b89dfd background
background-color: #b89dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b89dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b89dfd; background: linear-gradient(135deg, #b89dfd, #F89DFD);