#b89bdf
a light, vivid violet · warm · closest name: plum
RGB
184, 155, 223
HSL
266°, 52%, 74%
CMYK
18, 31, 0, 13
Luminance
0.3896
Every format
| HEX | #b89bdf |
| RGB | rgb(184, 155, 223) |
| HSL | hsl(266, 52%, 74%) |
| CMYK | cmyk(18%, 31%, 0%, 13%) |
| LAB | lab(68.7 23.9 -30.5) |
| LCH | lch(68.7 38.8 308.1) |
| OKLCH | oklch(0.740 0.101 303.6) |
Copy-ready code
/* CSS */
color: #b89bdf;
background-color: #b89bdf;
/* Tailwind (arbitrary) */
class="text-[#b89bdf] bg-[#b89bdf]"
/* SCSS */
$brand: #b89bdf;
/* SwiftUI */
Color(red: 0.722, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#b89bdf")Accessibility — WCAG contrast
Aa
#b89bdf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b89bdf on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green60.8%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b89bdf text on a black background
contrast 8.79:1
Card sample
#b89bdf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b89bdf;
Background color
Panel with #b89bdf background
background-color: #b89bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b89bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b89bdf; background: linear-gradient(135deg, #b89bdf, #DF9BD9);