#bb88ee
a light, electric violet · warm · closest name: orchid
RGB
187, 136, 238
HSL
270°, 75%, 73%
CMYK
21, 43, 0, 7
Luminance
0.3435
Every format
| HEX | #bb88ee |
| RGB | rgb(187, 136, 238) |
| HSL | hsl(270, 75%, 73%) |
| CMYK | cmyk(21%, 43%, 0%, 7%) |
| LAB | lab(65.2 38.8 -44.2) |
| LCH | lch(65.2 58.8 311.2) |
| OKLCH | oklch(0.716 0.152 306.0) |
Copy-ready code
/* CSS */
color: #bb88ee;
background-color: #bb88ee;
/* Tailwind (arbitrary) */
class="text-[#bb88ee] bg-[#bb88ee]"
/* SCSS */
$brand: #bb88ee;
/* SwiftUI */
Color(red: 0.733, green: 0.533, blue: 0.933)
/* Android */
Color.parseColor("#bb88ee")Accessibility — WCAG contrast
Aa
#bb88ee on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb88ee on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green53.3%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta42.9%
Yellow0.0%
Key (black)6.7%
Color previews
#bb88ee text on a black background
contrast 7.87:1
Card sample
#bb88ee text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb88ee;
Background color
Panel with #bb88ee background
background-color: #bb88ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb88ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 136, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 136, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb88ee; background: linear-gradient(135deg, #bb88ee, #EE88DD);