#b32fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
179, 47, 223
HSL
285°, 73%, 53%
CMYK
20, 79, 0, 13
Luminance
0.1694
Every format
| HEX | #b32fdf |
| RGB | rgb(179, 47, 223) |
| HSL | hsl(285, 73%, 53%) |
| CMYK | cmyk(20%, 79%, 0%, 13%) |
| LAB | lab(48.2 74.5 -63.0) |
| LCH | lch(48.2 97.6 319.8) |
| OKLCH | oklch(0.587 0.255 315.7) |
Copy-ready code
/* CSS */
color: #b32fdf;
background-color: #b32fdf;
/* Tailwind (arbitrary) */
class="text-[#b32fdf] bg-[#b32fdf]"
/* SCSS */
$brand: #b32fdf;
/* SwiftUI */
Color(red: 0.702, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#b32fdf")Accessibility — WCAG contrast
Aa
#b32fdf on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b32fdf on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green18.4%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b32fdf text on a black background
contrast 4.39:1
Card sample
#b32fdf text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b32fdf;
Background color
Panel with #b32fdf background
background-color: #b32fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b32fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b32fdf; background: linear-gradient(135deg, #b32fdf, #DF2F96);