#b032f4
a balanced, electric violet · warm · closest name: magenta
RGB
176, 50, 244
HSL
279°, 90%, 58%
CMYK
28, 80, 0, 4
Luminance
0.1804
Every format
| HEX | #b032f4 |
| RGB | rgb(176, 50, 244) |
| HSL | hsl(279, 90%, 58%) |
| CMYK | cmyk(28%, 80%, 0%, 4%) |
| LAB | lab(49.5 77.1 -72.7) |
| LCH | lch(49.5 106.0 316.7) |
| OKLCH | oklch(0.600 0.269 309.8) |
Copy-ready code
/* CSS */
color: #b032f4;
background-color: #b032f4;
/* Tailwind (arbitrary) */
class="text-[#b032f4] bg-[#b032f4]"
/* SCSS */
$brand: #b032f4;
/* SwiftUI */
Color(red: 0.690, green: 0.196, blue: 0.957)
/* Android */
Color.parseColor("#b032f4")Accessibility — WCAG contrast
Aa
#b032f4 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b032f4 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green19.6%
Blue95.7%
CMYK percentages
Cyan27.9%
Magenta79.5%
Yellow0.0%
Key (black)4.3%
Color previews
#b032f4 text on a black background
contrast 4.61:1
Card sample
#b032f4 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b032f4;
Background color
Panel with #b032f4 background
background-color: #b032f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b032f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 50, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 50, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b032f4; background: linear-gradient(135deg, #b032f4, #F432B6);