#b33bdf
a balanced, vivid violet · warm · closest name: magenta
RGB
179, 59, 223
HSL
284°, 72%, 55%
CMYK
20, 74, 0, 13
Luminance
0.1804
Every format
| HEX | #b33bdf |
| RGB | rgb(179, 59, 223) |
| HSL | hsl(284, 72%, 55%) |
| CMYK | cmyk(20%, 74%, 0%, 13%) |
| LAB | lab(49.5 70.6 -60.8) |
| LCH | lch(49.5 93.2 319.2) |
| OKLCH | oklch(0.596 0.243 315.1) |
Copy-ready code
/* CSS */
color: #b33bdf;
background-color: #b33bdf;
/* Tailwind (arbitrary) */
class="text-[#b33bdf] bg-[#b33bdf]"
/* SCSS */
$brand: #b33bdf;
/* SwiftUI */
Color(red: 0.702, green: 0.231, blue: 0.875)
/* Android */
Color.parseColor("#b33bdf")Accessibility — WCAG contrast
Aa
#b33bdf on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b33bdf on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green23.1%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta73.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b33bdf text on a black background
contrast 4.61:1
Card sample
#b33bdf text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33bdf;
Background color
Panel with #b33bdf background
background-color: #b33bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 59, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 59, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33bdf; background: linear-gradient(135deg, #b33bdf, #DF3B9E);