#b98bdf
a light, vivid violet · warm · closest name: plum
RGB
185, 139, 223
HSL
273°, 57%, 71%
CMYK
17, 38, 0, 13
Luminance
0.3411
Every format
| HEX | #b98bdf |
| RGB | rgb(185, 139, 223) |
| HSL | hsl(273, 57%, 71%) |
| CMYK | cmyk(17%, 38%, 0%, 13%) |
| LAB | lab(65.0 33.2 -36.2) |
| LCH | lch(65.0 49.1 312.5) |
| OKLCH | oklch(0.712 0.128 308.6) |
Copy-ready code
/* CSS */
color: #b98bdf;
background-color: #b98bdf;
/* Tailwind (arbitrary) */
class="text-[#b98bdf] bg-[#b98bdf]"
/* SCSS */
$brand: #b98bdf;
/* SwiftUI */
Color(red: 0.725, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#b98bdf")Accessibility — WCAG contrast
Aa
#b98bdf on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b98bdf on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green54.5%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta37.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b98bdf text on a black background
contrast 7.82:1
Card sample
#b98bdf text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b98bdf;
Background color
Panel with #b98bdf background
background-color: #b98bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b98bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b98bdf; background: linear-gradient(135deg, #b98bdf, #DF8BCD);