#b99eee
a light, vivid violet · warm · closest name: plum
RGB
185, 158, 238
HSL
260°, 70%, 78%
CMYK
22, 34, 0, 7
Luminance
0.4094
Every format
| HEX | #b99eee |
| RGB | rgb(185, 158, 238) |
| HSL | hsl(260, 70%, 78%) |
| CMYK | cmyk(22%, 34%, 0%, 7%) |
| LAB | lab(70.1 26.0 -36.6) |
| LCH | lch(70.1 44.9 305.4) |
| OKLCH | oklch(0.753 0.116 299.1) |
Copy-ready code
/* CSS */
color: #b99eee;
background-color: #b99eee;
/* Tailwind (arbitrary) */
class="text-[#b99eee] bg-[#b99eee]"
/* SCSS */
$brand: #b99eee;
/* SwiftUI */
Color(red: 0.725, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#b99eee")Accessibility — WCAG contrast
Aa
#b99eee on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99eee on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green62.0%
Blue93.3%
CMYK percentages
Cyan22.3%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#b99eee text on a black background
contrast 9.19:1
Card sample
#b99eee text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99eee;
Background color
Panel with #b99eee background
background-color: #b99eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99eee; background: linear-gradient(135deg, #b99eee, #EE9EEE);