#b99fd0
a light, soft violet · warm · closest name: plum
RGB
185, 159, 208
HSL
272°, 34%, 72%
CMYK
11, 24, 0, 18
Luminance
0.3966
Every format
| HEX | #b99fd0 |
| RGB | rgb(185, 159, 208) |
| HSL | hsl(272, 34%, 72%) |
| CMYK | cmyk(11%, 24%, 0%, 18%) |
| LAB | lab(69.2 18.8 -21.5) |
| LCH | lch(69.2 28.5 311.2) |
| OKLCH | oklch(0.742 0.075 308.7) |
Copy-ready code
/* CSS */
color: #b99fd0;
background-color: #b99fd0;
/* Tailwind (arbitrary) */
class="text-[#b99fd0] bg-[#b99fd0]"
/* SCSS */
$brand: #b99fd0;
/* SwiftUI */
Color(red: 0.725, green: 0.624, blue: 0.816)
/* Android */
Color.parseColor("#b99fd0")Accessibility — WCAG contrast
Aa
#b99fd0 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99fd0 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green62.4%
Blue81.6%
CMYK percentages
Cyan11.1%
Magenta23.6%
Yellow0.0%
Key (black)18.4%
Color previews
#b99fd0 text on a black background
contrast 8.93:1
Card sample
#b99fd0 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99fd0;
Background color
Panel with #b99fd0 background
background-color: #b99fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 159, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 159, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99fd0; background: linear-gradient(135deg, #b99fd0, #D09FC6);