#bb88f7
a light, electric violet · warm · closest name: violet
RGB
187, 136, 247
HSL
268°, 87%, 75%
CMYK
24, 45, 0, 3
Luminance
0.3489
Every format
| HEX | #bb88f7 |
| RGB | rgb(187, 136, 247) |
| HSL | hsl(268, 87%, 75%) |
| CMYK | cmyk(24%, 45%, 0%, 3%) |
| LAB | lab(65.7 40.8 -48.5) |
| LCH | lch(65.7 63.4 310.1) |
| OKLCH | oklch(0.721 0.163 303.8) |
Copy-ready code
/* CSS */
color: #bb88f7;
background-color: #bb88f7;
/* Tailwind (arbitrary) */
class="text-[#bb88f7] bg-[#bb88f7]"
/* SCSS */
$brand: #bb88f7;
/* SwiftUI */
Color(red: 0.733, green: 0.533, blue: 0.969)
/* Android */
Color.parseColor("#bb88f7")Accessibility — WCAG contrast
Aa
#bb88f7 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb88f7 on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green53.3%
Blue96.9%
CMYK percentages
Cyan24.3%
Magenta44.9%
Yellow0.0%
Key (black)3.1%
Color previews
#bb88f7 text on a black background
contrast 7.98:1
Card sample
#bb88f7 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb88f7;
Background color
Panel with #bb88f7 background
background-color: #bb88f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb88f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 136, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 136, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb88f7; background: linear-gradient(135deg, #bb88f7, #F788E9);