#b30eee
a balanced, electric violet · warm · closest name: magenta
RGB
179, 14, 238
HSL
284°, 89%, 49%
CMYK
25, 94, 0, 7
Luminance
0.1607
Every format
| HEX | #b30eee |
| RGB | rgb(179, 14, 238) |
| HSL | hsl(284, 89%, 49%) |
| CMYK | cmyk(25%, 94%, 0%, 7%) |
| LAB | lab(47.1 83.7 -73.3) |
| LCH | lch(47.1 111.3 318.8) |
| OKLCH | oklch(0.583 0.285 313.1) |
Copy-ready code
/* CSS */
color: #b30eee;
background-color: #b30eee;
/* Tailwind (arbitrary) */
class="text-[#b30eee] bg-[#b30eee]"
/* SCSS */
$brand: #b30eee;
/* SwiftUI */
Color(red: 0.702, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#b30eee")Accessibility — WCAG contrast
Aa
#b30eee on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b30eee on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green5.5%
Blue93.3%
CMYK percentages
Cyan24.8%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#b30eee text on a black background
contrast 4.21:1
Card sample
#b30eee text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b30eee;
Background color
Panel with #b30eee background
background-color: #b30eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b30eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b30eee; background: linear-gradient(135deg, #b30eee, #EE0E94);