#b04ef1
a balanced, electric violet · warm · closest name: slateblue
RGB
176, 78, 241
HSL
276°, 85%, 63%
CMYK
27, 68, 0, 6
Luminance
0.2103
Every format
| HEX | #b04ef1 |
| RGB | rgb(176, 78, 241) |
| HSL | hsl(276, 85%, 63%) |
| CMYK | cmyk(27%, 68%, 0%, 6%) |
| LAB | lab(53.0 66.1 -65.5) |
| LCH | lch(53.0 93.0 315.3) |
| OKLCH | oklch(0.624 0.237 308.6) |
Copy-ready code
/* CSS */
color: #b04ef1;
background-color: #b04ef1;
/* Tailwind (arbitrary) */
class="text-[#b04ef1] bg-[#b04ef1]"
/* SCSS */
$brand: #b04ef1;
/* SwiftUI */
Color(red: 0.690, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#b04ef1")Accessibility — WCAG contrast
Aa
#b04ef1 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b04ef1 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green30.6%
Blue94.5%
CMYK percentages
Cyan27.0%
Magenta67.6%
Yellow0.0%
Key (black)5.5%
Color previews
#b04ef1 text on a black background
contrast 5.21:1
Card sample
#b04ef1 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b04ef1;
Background color
Panel with #b04ef1 background
background-color: #b04ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b04ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b04ef1; background: linear-gradient(135deg, #b04ef1, #F14EC5);