#b99dfd
a light, electric violet · warm · closest name: plum
RGB
185, 157, 253
HSL
258°, 96%, 80%
CMYK
27, 38, 0, 1
Luminance
0.4152
Every format
| HEX | #b99dfd |
| RGB | rgb(185, 157, 253) |
| HSL | hsl(258, 96%, 80%) |
| CMYK | cmyk(27%, 38%, 0%, 1%) |
| LAB | lab(70.5 30.1 -44.1) |
| LCH | lch(70.5 53.4 304.3) |
| OKLCH | oklch(0.758 0.137 296.4) |
Copy-ready code
/* CSS */
color: #b99dfd;
background-color: #b99dfd;
/* Tailwind (arbitrary) */
class="text-[#b99dfd] bg-[#b99dfd]"
/* SCSS */
$brand: #b99dfd;
/* SwiftUI */
Color(red: 0.725, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#b99dfd")Accessibility — WCAG contrast
Aa
#b99dfd on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99dfd on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green61.6%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b99dfd text on a black background
contrast 9.30:1
Card sample
#b99dfd text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99dfd;
Background color
Panel with #b99dfd background
background-color: #b99dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99dfd; background: linear-gradient(135deg, #b99dfd, #F99DFD);