#b33dff
a balanced, electric violet · warm · closest name: magenta
RGB
179, 61, 255
HSL
277°, 100%, 62%
CMYK
30, 76, 0, 0
Luminance
0.2014
Every format
| HEX | #b33dff |
| RGB | rgb(179, 61, 255) |
| HSL | hsl(277, 100%, 62%) |
| CMYK | cmyk(30%, 76%, 0%, 0%) |
| LAB | lab(52.0 76.2 -74.8) |
| LCH | lch(52.0 106.8 315.5) |
| OKLCH | oklch(0.621 0.269 307.8) |
Copy-ready code
/* CSS */
color: #b33dff;
background-color: #b33dff;
/* Tailwind (arbitrary) */
class="text-[#b33dff] bg-[#b33dff]"
/* SCSS */
$brand: #b33dff;
/* SwiftUI */
Color(red: 0.702, green: 0.239, blue: 1.000)
/* Android */
Color.parseColor("#b33dff")Accessibility — WCAG contrast
Aa
#b33dff on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b33dff on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green23.9%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta76.1%
Yellow0.0%
Key (black)0.0%
Color previews
#b33dff text on a black background
contrast 5.03:1
Card sample
#b33dff text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33dff;
Background color
Panel with #b33dff background
background-color: #b33dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 61, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 61, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33dff; background: linear-gradient(135deg, #b33dff, #FF3DCA);