#b88ff5
a light, electric violet · warm · closest name: violet
RGB
184, 143, 245
HSL
264°, 84%, 76%
CMYK
25, 42, 0, 4
Luminance
0.3643
Every format
| HEX | #b88ff5 |
| RGB | rgb(184, 143, 245) |
| HSL | hsl(264, 84%, 76%) |
| CMYK | cmyk(25%, 42%, 0%, 4%) |
| LAB | lab(66.8 35.7 -45.5) |
| LCH | lch(66.8 57.8 308.1) |
| OKLCH | oklch(0.729 0.149 301.3) |
Copy-ready code
/* CSS */
color: #b88ff5;
background-color: #b88ff5;
/* Tailwind (arbitrary) */
class="text-[#b88ff5] bg-[#b88ff5]"
/* SCSS */
$brand: #b88ff5;
/* SwiftUI */
Color(red: 0.722, green: 0.561, blue: 0.961)
/* Android */
Color.parseColor("#b88ff5")Accessibility — WCAG contrast
Aa
#b88ff5 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b88ff5 on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green56.1%
Blue96.1%
CMYK percentages
Cyan24.9%
Magenta41.6%
Yellow0.0%
Key (black)3.9%
Color previews
#b88ff5 text on a black background
contrast 8.29:1
Card sample
#b88ff5 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b88ff5;
Background color
Panel with #b88ff5 background
background-color: #b88ff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b88ff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 143, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 143, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b88ff5; background: linear-gradient(135deg, #b88ff5, #F58FEE);