#b32cfd
a balanced, electric violet · warm · closest name: magenta
RGB
179, 44, 253
HSL
279°, 98%, 58%
CMYK
29, 83, 0, 1
Luminance
0.1848
Every format
| HEX | #b32cfd |
| RGB | rgb(179, 44, 253) |
| HSL | hsl(279, 98%, 58%) |
| CMYK | cmyk(29%, 83%, 0%, 1%) |
| LAB | lab(50.1 81.0 -76.9) |
| LCH | lch(50.1 111.7 316.5) |
| OKLCH | oklch(0.607 0.281 309.0) |
Copy-ready code
/* CSS */
color: #b32cfd;
background-color: #b32cfd;
/* Tailwind (arbitrary) */
class="text-[#b32cfd] bg-[#b32cfd]"
/* SCSS */
$brand: #b32cfd;
/* SwiftUI */
Color(red: 0.702, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#b32cfd")Accessibility — WCAG contrast
Aa
#b32cfd on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b32cfd on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green17.3%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b32cfd text on a black background
contrast 4.70:1
Card sample
#b32cfd text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b32cfd;
Background color
Panel with #b32cfd background
background-color: #b32cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b32cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b32cfd; background: linear-gradient(135deg, #b32cfd, #FD2CBB);