#b78ef1
a light, electric violet · warm · closest name: orchid
RGB
183, 142, 241
HSL
265°, 78%, 75%
CMYK
24, 41, 0, 6
Luminance
0.3576
Every format
| HEX | #b78ef1 |
| RGB | rgb(183, 142, 241) |
| HSL | hsl(265, 78%, 75%) |
| CMYK | cmyk(24%, 41%, 0%, 6%) |
| LAB | lab(66.3 35.0 -44.1) |
| LCH | lch(66.3 56.3 308.4) |
| OKLCH | oklch(0.724 0.145 302.0) |
Copy-ready code
/* CSS */
color: #b78ef1;
background-color: #b78ef1;
/* Tailwind (arbitrary) */
class="text-[#b78ef1] bg-[#b78ef1]"
/* SCSS */
$brand: #b78ef1;
/* SwiftUI */
Color(red: 0.718, green: 0.557, blue: 0.945)
/* Android */
Color.parseColor("#b78ef1")Accessibility — WCAG contrast
Aa
#b78ef1 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b78ef1 on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green55.7%
Blue94.5%
CMYK percentages
Cyan24.1%
Magenta41.1%
Yellow0.0%
Key (black)5.5%
Color previews
#b78ef1 text on a black background
contrast 8.15:1
Card sample
#b78ef1 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b78ef1;
Background color
Panel with #b78ef1 background
background-color: #b78ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b78ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 142, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 142, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b78ef1; background: linear-gradient(135deg, #b78ef1, #F18EE9);