#b99fd3
a light, soft violet · warm · closest name: plum
RGB
185, 159, 211
HSL
270°, 37%, 73%
CMYK
12, 25, 0, 17
Luminance
0.3981
Every format
| HEX | #b99fd3 |
| RGB | rgb(185, 159, 211) |
| HSL | hsl(270, 37%, 73%) |
| CMYK | cmyk(12%, 25%, 0%, 17%) |
| LAB | lab(69.3 19.4 -23.0) |
| LCH | lch(69.3 30.1 310.2) |
| OKLCH | oklch(0.743 0.079 307.3) |
Copy-ready code
/* CSS */
color: #b99fd3;
background-color: #b99fd3;
/* Tailwind (arbitrary) */
class="text-[#b99fd3] bg-[#b99fd3]"
/* SCSS */
$brand: #b99fd3;
/* SwiftUI */
Color(red: 0.725, green: 0.624, blue: 0.827)
/* Android */
Color.parseColor("#b99fd3")Accessibility — WCAG contrast
Aa
#b99fd3 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99fd3 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green62.4%
Blue82.7%
CMYK percentages
Cyan12.3%
Magenta24.6%
Yellow0.0%
Key (black)17.3%
Color previews
#b99fd3 text on a black background
contrast 8.96:1
Card sample
#b99fd3 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99fd3;
Background color
Panel with #b99fd3 background
background-color: #b99fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 159, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 159, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99fd3; background: linear-gradient(135deg, #b99fd3, #D39FCA);