#b01eee
a balanced, electric violet · warm · closest name: magenta
RGB
176, 30, 238
HSL
282°, 86%, 53%
CMYK
26, 87, 0, 7
Luminance
0.1633
Every format
| HEX | #b01eee |
| RGB | rgb(176, 30, 238) |
| HSL | hsl(282, 86%, 53%) |
| CMYK | cmyk(26%, 87%, 0%, 7%) |
| LAB | lab(47.4 80.9 -72.8) |
| LCH | lch(47.4 108.9 318.0) |
| OKLCH | oklch(0.584 0.277 311.8) |
Copy-ready code
/* CSS */
color: #b01eee;
background-color: #b01eee;
/* Tailwind (arbitrary) */
class="text-[#b01eee] bg-[#b01eee]"
/* SCSS */
$brand: #b01eee;
/* SwiftUI */
Color(red: 0.690, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#b01eee")Accessibility — WCAG contrast
Aa
#b01eee on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b01eee on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green11.8%
Blue93.3%
CMYK percentages
Cyan26.1%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#b01eee text on a black background
contrast 4.27:1
Card sample
#b01eee text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b01eee;
Background color
Panel with #b01eee background
background-color: #b01eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b01eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b01eee; background: linear-gradient(135deg, #b01eee, #EE1EA1);