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