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