#b99fec
a light, vivid violet · warm · closest name: plum
RGB
185, 159, 236
HSL
260°, 67%, 78%
CMYK
22, 33, 0, 8
Luminance
0.4117
Every format
| HEX | #b99fec |
| RGB | rgb(185, 159, 236) |
| HSL | hsl(260, 67%, 78%) |
| CMYK | cmyk(22%, 33%, 0%, 8%) |
| LAB | lab(70.3 24.9 -35.2) |
| LCH | lch(70.3 43.2 305.3) |
| OKLCH | oklch(0.754 0.112 299.2) |
Copy-ready code
/* CSS */
color: #b99fec;
background-color: #b99fec;
/* Tailwind (arbitrary) */
class="text-[#b99fec] bg-[#b99fec]"
/* SCSS */
$brand: #b99fec;
/* SwiftUI */
Color(red: 0.725, green: 0.624, blue: 0.925)
/* Android */
Color.parseColor("#b99fec")Accessibility — WCAG contrast
Aa
#b99fec on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99fec on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green62.4%
Blue92.5%
CMYK percentages
Cyan21.6%
Magenta32.6%
Yellow0.0%
Key (black)7.5%
Color previews
#b99fec text on a black background
contrast 9.23:1
Card sample
#b99fec text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99fec;
Background color
Panel with #b99fec background
background-color: #b99fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 159, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 159, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99fec; background: linear-gradient(135deg, #b99fec, #EC9FEC);