#bf99eb
a light, vivid violet · warm · closest name: plum
RGB
191, 153, 235
HSL
268°, 67%, 76%
CMYK
19, 35, 0, 8
Luminance
0.3986
Every format
| HEX | #bf99eb |
| RGB | rgb(191, 153, 235) |
| HSL | hsl(268, 67%, 76%) |
| CMYK | cmyk(19%, 35%, 0%, 8%) |
| LAB | lab(69.4 29.9 -36.1) |
| LCH | lch(69.4 46.8 309.6) |
| OKLCH | oklch(0.748 0.122 304.9) |
Copy-ready code
/* CSS */
color: #bf99eb;
background-color: #bf99eb;
/* Tailwind (arbitrary) */
class="text-[#bf99eb] bg-[#bf99eb]"
/* SCSS */
$brand: #bf99eb;
/* SwiftUI */
Color(red: 0.749, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#bf99eb")Accessibility — WCAG contrast
Aa
#bf99eb on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf99eb on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green60.0%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bf99eb text on a black background
contrast 8.97:1
Card sample
#bf99eb text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf99eb;
Background color
Panel with #bf99eb background
background-color: #bf99eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf99eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf99eb; background: linear-gradient(135deg, #bf99eb, #EB99E0);