#b03ef1
a balanced, electric violet · warm · closest name: magenta
RGB
176, 62, 241
HSL
278°, 87%, 59%
CMYK
27, 74, 0, 6
Luminance
0.1903
Every format
| HEX | #b03ef1 |
| RGB | rgb(176, 62, 241) |
| HSL | hsl(278, 87%, 59%) |
| CMYK | cmyk(27%, 74%, 0%, 6%) |
| LAB | lab(50.7 72.5 -69.1) |
| LCH | lch(50.7 100.2 316.4) |
| OKLCH | oklch(0.608 0.255 309.8) |
Copy-ready code
/* CSS */
color: #b03ef1;
background-color: #b03ef1;
/* Tailwind (arbitrary) */
class="text-[#b03ef1] bg-[#b03ef1]"
/* SCSS */
$brand: #b03ef1;
/* SwiftUI */
Color(red: 0.690, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#b03ef1")Accessibility — WCAG contrast
Aa
#b03ef1 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b03ef1 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green24.3%
Blue94.5%
CMYK percentages
Cyan27.0%
Magenta74.3%
Yellow0.0%
Key (black)5.5%
Color previews
#b03ef1 text on a black background
contrast 4.81:1
Card sample
#b03ef1 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b03ef1;
Background color
Panel with #b03ef1 background
background-color: #b03ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b03ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b03ef1; background: linear-gradient(135deg, #b03ef1, #F13EBB);