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