#b74ef1
a balanced, electric violet · warm · closest name: magenta
RGB
183, 78, 241
HSL
279°, 85%, 63%
CMYK
24, 68, 0, 6
Luminance
0.2187
Every format
| HEX | #b74ef1 |
| RGB | rgb(183, 78, 241) |
| HSL | hsl(279, 85%, 63%) |
| CMYK | cmyk(24%, 68%, 0%, 6%) |
| LAB | lab(53.9 67.5 -64.0) |
| LCH | lch(53.9 93.0 316.6) |
| OKLCH | oklch(0.632 0.239 310.9) |
Copy-ready code
/* CSS */
color: #b74ef1;
background-color: #b74ef1;
/* Tailwind (arbitrary) */
class="text-[#b74ef1] bg-[#b74ef1]"
/* SCSS */
$brand: #b74ef1;
/* SwiftUI */
Color(red: 0.718, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#b74ef1")Accessibility — WCAG contrast
Aa
#b74ef1 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b74ef1 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green30.6%
Blue94.5%
CMYK percentages
Cyan24.1%
Magenta67.6%
Yellow0.0%
Key (black)5.5%
Color previews
#b74ef1 text on a black background
contrast 5.37:1
Card sample
#b74ef1 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b74ef1;
Background color
Panel with #b74ef1 background
background-color: #b74ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b74ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b74ef1; background: linear-gradient(135deg, #b74ef1, #F14EBE);