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