#b99dff
a light, electric violet · warm · closest name: plum
RGB
185, 157, 255
HSL
257°, 100%, 81%
CMYK
28, 38, 0, 0
Luminance
0.4165
Every format
| HEX | #b99dff |
| RGB | rgb(185, 157, 255) |
| HSL | hsl(257, 100%, 81%) |
| CMYK | cmyk(28%, 38%, 0%, 0%) |
| LAB | lab(70.6 30.5 -45.0) |
| LCH | lch(70.6 54.4 304.1) |
| OKLCH | oklch(0.759 0.140 296.0) |
Copy-ready code
/* CSS */
color: #b99dff;
background-color: #b99dff;
/* Tailwind (arbitrary) */
class="text-[#b99dff] bg-[#b99dff]"
/* SCSS */
$brand: #b99dff;
/* SwiftUI */
Color(red: 0.725, green: 0.616, blue: 1.000)
/* Android */
Color.parseColor("#b99dff")Accessibility — WCAG contrast
Aa
#b99dff on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99dff on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green61.6%
Blue100.0%
CMYK percentages
Cyan27.5%
Magenta38.4%
Yellow0.0%
Key (black)0.0%
Color previews
#b99dff text on a black background
contrast 9.33:1
Card sample
#b99dff text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99dff;
Background color
Panel with #b99dff background
background-color: #b99dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 157, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 157, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99dff; background: linear-gradient(135deg, #b99dff, #FA9DFF);