#b99dbe
a light, soft magenta / pink · warm · closest name: plum
RGB
185, 157, 190
HSL
291°, 20%, 68%
CMYK
3, 17, 0, 26
Luminance
0.3815
Every format
| HEX | #b99dbe |
| RGB | rgb(185, 157, 190) |
| HSL | hsl(291, 20%, 68%) |
| CMYK | cmyk(3%, 17%, 0%, 26%) |
| LAB | lab(68.1 16.3 -13.2) |
| LCH | lch(68.1 20.9 321.0) |
| OKLCH | oklch(0.732 0.056 321.2) |
Copy-ready code
/* CSS */
color: #b99dbe;
background-color: #b99dbe;
/* Tailwind (arbitrary) */
class="text-[#b99dbe] bg-[#b99dbe]"
/* SCSS */
$brand: #b99dbe;
/* SwiftUI */
Color(red: 0.725, green: 0.616, blue: 0.745)
/* Android */
Color.parseColor("#b99dbe")Accessibility — WCAG contrast
Aa
#b99dbe on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99dbe on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green61.6%
Blue74.5%
CMYK percentages
Cyan2.6%
Magenta17.4%
Yellow0.0%
Key (black)25.5%
Color previews
#b99dbe text on a black background
contrast 8.63:1
Card sample
#b99dbe text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99dbe;
Background color
Panel with #b99dbe background
background-color: #b99dbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99dbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 157, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 157, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99dbe; background: linear-gradient(135deg, #b99dbe, #BE9DAD);