#b032f0
a balanced, electric violet · warm · closest name: magenta
RGB
176, 50, 240
HSL
280°, 86%, 57%
CMYK
27, 79, 0, 6
Luminance
0.1780
Every format
| HEX | #b032f0 |
| RGB | rgb(176, 50, 240) |
| HSL | hsl(280, 86%, 57%) |
| CMYK | cmyk(27%, 79%, 0%, 6%) |
| LAB | lab(49.3 76.3 -70.9) |
| LCH | lch(49.3 104.2 317.1) |
| OKLCH | oklch(0.597 0.265 310.6) |
Copy-ready code
/* CSS */
color: #b032f0;
background-color: #b032f0;
/* Tailwind (arbitrary) */
class="text-[#b032f0] bg-[#b032f0]"
/* SCSS */
$brand: #b032f0;
/* SwiftUI */
Color(red: 0.690, green: 0.196, blue: 0.941)
/* Android */
Color.parseColor("#b032f0")Accessibility — WCAG contrast
Aa
#b032f0 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b032f0 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green19.6%
Blue94.1%
CMYK percentages
Cyan26.7%
Magenta79.2%
Yellow0.0%
Key (black)5.9%
Color previews
#b032f0 text on a black background
contrast 4.56:1
Card sample
#b032f0 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b032f0;
Background color
Panel with #b032f0 background
background-color: #b032f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b032f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 50, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 50, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b032f0; background: linear-gradient(135deg, #b032f0, #F032B1);