#b32bdf
a balanced, vivid violet · warm · closest name: magenta
RGB
179, 43, 223
HSL
285°, 74%, 52%
CMYK
20, 81, 0, 13
Luminance
0.1664
Every format
| HEX | #b32bdf |
| RGB | rgb(179, 43, 223) |
| HSL | hsl(285, 74%, 52%) |
| CMYK | cmyk(20%, 81%, 0%, 13%) |
| LAB | lab(47.8 75.6 -63.7) |
| LCH | lch(47.8 98.8 319.9) |
| OKLCH | oklch(0.584 0.258 315.8) |
Copy-ready code
/* CSS */
color: #b32bdf;
background-color: #b32bdf;
/* Tailwind (arbitrary) */
class="text-[#b32bdf] bg-[#b32bdf]"
/* SCSS */
$brand: #b32bdf;
/* SwiftUI */
Color(red: 0.702, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#b32bdf")Accessibility — WCAG contrast
Aa
#b32bdf on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b32bdf on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green16.9%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b32bdf text on a black background
contrast 4.33:1
Card sample
#b32bdf text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b32bdf;
Background color
Panel with #b32bdf background
background-color: #b32bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b32bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b32bdf; background: linear-gradient(135deg, #b32bdf, #DF2B93);