#b032fd
a balanced, electric violet · warm · closest name: magenta
RGB
176, 50, 253
HSL
277°, 98%, 59%
CMYK
30, 80, 0, 1
Luminance
0.1860
Every format
| HEX | #b032fd |
| RGB | rgb(176, 50, 253) |
| HSL | hsl(277, 98%, 59%) |
| CMYK | cmyk(30%, 80%, 0%, 1%) |
| LAB | lab(50.2 78.9 -76.6) |
| LCH | lch(50.2 110.0 315.8) |
| OKLCH | oklch(0.607 0.276 307.9) |
Copy-ready code
/* CSS */
color: #b032fd;
background-color: #b032fd;
/* Tailwind (arbitrary) */
class="text-[#b032fd] bg-[#b032fd]"
/* SCSS */
$brand: #b032fd;
/* SwiftUI */
Color(red: 0.690, green: 0.196, blue: 0.992)
/* Android */
Color.parseColor("#b032fd")Accessibility — WCAG contrast
Aa
#b032fd on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b032fd on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green19.6%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta80.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b032fd text on a black background
contrast 4.72:1
Card sample
#b032fd text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b032fd;
Background color
Panel with #b032fd background
background-color: #b032fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b032fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 50, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 50, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b032fd; background: linear-gradient(135deg, #b032fd, #FD32C3);