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