#b899f5
a light, electric violet · warm · closest name: plum
RGB
184, 153, 245
HSL
260°, 82%, 78%
CMYK
25, 38, 0, 4
Luminance
0.3957
Every format
| HEX | #b899f5 |
| RGB | rgb(184, 153, 245) |
| HSL | hsl(260, 82%, 78%) |
| CMYK | cmyk(25%, 38%, 0%, 4%) |
| LAB | lab(69.2 30.1 -41.9) |
| LCH | lch(69.2 51.6 305.7) |
| OKLCH | oklch(0.746 0.133 298.7) |
Copy-ready code
/* CSS */
color: #b899f5;
background-color: #b899f5;
/* Tailwind (arbitrary) */
class="text-[#b899f5] bg-[#b899f5]"
/* SCSS */
$brand: #b899f5;
/* SwiftUI */
Color(red: 0.722, green: 0.600, blue: 0.961)
/* Android */
Color.parseColor("#b899f5")Accessibility — WCAG contrast
Aa
#b899f5 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b899f5 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green60.0%
Blue96.1%
CMYK percentages
Cyan24.9%
Magenta37.6%
Yellow0.0%
Key (black)3.9%
Color previews
#b899f5 text on a black background
contrast 8.91:1
Card sample
#b899f5 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b899f5;
Background color
Panel with #b899f5 background
background-color: #b899f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b899f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 153, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 153, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b899f5; background: linear-gradient(135deg, #b899f5, #F599F5);