#b33fe2
a balanced, vivid violet · warm · closest name: magenta
RGB
179, 63, 226
HSL
283°, 74%, 57%
CMYK
21, 72, 0, 11
Luminance
0.1863
Every format
| HEX | #b33fe2 |
| RGB | rgb(179, 63, 226) |
| HSL | hsl(283, 74%, 57%) |
| CMYK | cmyk(21%, 72%, 0%, 11%) |
| LAB | lab(50.3 69.7 -61.4) |
| LCH | lch(50.3 92.9 318.6) |
| OKLCH | oklch(0.602 0.241 314.1) |
Copy-ready code
/* CSS */
color: #b33fe2;
background-color: #b33fe2;
/* Tailwind (arbitrary) */
class="text-[#b33fe2] bg-[#b33fe2]"
/* SCSS */
$brand: #b33fe2;
/* SwiftUI */
Color(red: 0.702, green: 0.247, blue: 0.886)
/* Android */
Color.parseColor("#b33fe2")Accessibility — WCAG contrast
Aa
#b33fe2 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b33fe2 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green24.7%
Blue88.6%
CMYK percentages
Cyan20.8%
Magenta72.1%
Yellow0.0%
Key (black)11.4%
Color previews
#b33fe2 text on a black background
contrast 4.73:1
Card sample
#b33fe2 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33fe2;
Background color
Panel with #b33fe2 background
background-color: #b33fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 63, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 63, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33fe2; background: linear-gradient(135deg, #b33fe2, #E23FA4);