#b88eee
a light, vivid violet · warm · closest name: plum
RGB
184, 142, 238
HSL
266°, 74%, 75%
CMYK
23, 40, 0, 7
Luminance
0.3571
Every format
| HEX | #b88eee |
| RGB | rgb(184, 142, 238) |
| HSL | hsl(266, 74%, 75%) |
| CMYK | cmyk(23%, 40%, 0%, 7%) |
| LAB | lab(66.3 34.6 -42.5) |
| LCH | lch(66.3 54.8 309.1) |
| OKLCH | oklch(0.723 0.142 303.2) |
Copy-ready code
/* CSS */
color: #b88eee;
background-color: #b88eee;
/* Tailwind (arbitrary) */
class="text-[#b88eee] bg-[#b88eee]"
/* SCSS */
$brand: #b88eee;
/* SwiftUI */
Color(red: 0.722, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#b88eee")Accessibility — WCAG contrast
Aa
#b88eee on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b88eee on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green55.7%
Blue93.3%
CMYK percentages
Cyan22.7%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b88eee text on a black background
contrast 8.14:1
Card sample
#b88eee text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b88eee;
Background color
Panel with #b88eee background
background-color: #b88eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b88eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b88eee; background: linear-gradient(135deg, #b88eee, #EE8EE4);