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