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