#b99cdf
a light, vivid violet · warm · closest name: plum
RGB
185, 156, 223
HSL
266°, 51%, 74%
CMYK
17, 30, 0, 13
Luminance
0.3942
Every format
| HEX | #b99cdf |
| RGB | rgb(185, 156, 223) |
| HSL | hsl(266, 51%, 74%) |
| CMYK | cmyk(17%, 30%, 0%, 13%) |
| LAB | lab(69.0 23.7 -30.0) |
| LCH | lch(69.0 38.2 308.3) |
| OKLCH | oklch(0.743 0.099 303.9) |
Copy-ready code
/* CSS */
color: #b99cdf;
background-color: #b99cdf;
/* Tailwind (arbitrary) */
class="text-[#b99cdf] bg-[#b99cdf]"
/* SCSS */
$brand: #b99cdf;
/* SwiftUI */
Color(red: 0.725, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#b99cdf")Accessibility — WCAG contrast
Aa
#b99cdf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99cdf on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green61.2%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b99cdf text on a black background
contrast 8.88:1
Card sample
#b99cdf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99cdf;
Background color
Panel with #b99cdf background
background-color: #b99cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99cdf; background: linear-gradient(135deg, #b99cdf, #DF9CD8);