#b33eee
a balanced, electric violet · warm · closest name: magenta
RGB
179, 62, 238
HSL
280°, 84%, 59%
CMYK
25, 74, 0, 7
Luminance
0.1920
Every format
| HEX | #b33eee |
| RGB | rgb(179, 62, 238) |
| HSL | hsl(280, 84%, 59%) |
| CMYK | cmyk(25%, 74%, 0%, 7%) |
| LAB | lab(50.9 72.4 -67.1) |
| LCH | lch(50.9 98.7 317.2) |
| OKLCH | oklch(0.609 0.253 311.4) |
Copy-ready code
/* CSS */
color: #b33eee;
background-color: #b33eee;
/* Tailwind (arbitrary) */
class="text-[#b33eee] bg-[#b33eee]"
/* SCSS */
$brand: #b33eee;
/* SwiftUI */
Color(red: 0.702, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#b33eee")Accessibility — WCAG contrast
Aa
#b33eee on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b33eee on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green24.3%
Blue93.3%
CMYK percentages
Cyan24.8%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#b33eee text on a black background
contrast 4.84:1
Card sample
#b33eee text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33eee;
Background color
Panel with #b33eee background
background-color: #b33eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33eee; background: linear-gradient(135deg, #b33eee, #EE3EB4);