#b032ff
a balanced, electric violet · warm · closest name: magenta
RGB
176, 50, 255
HSL
277°, 100%, 60%
CMYK
31, 80, 0, 0
Luminance
0.1873
Every format
| HEX | #b032ff |
| RGB | rgb(176, 50, 255) |
| HSL | hsl(277, 100%, 60%) |
| CMYK | cmyk(31%, 80%, 0%, 0%) |
| LAB | lab(50.4 79.3 -77.5) |
| LCH | lch(50.4 110.9 315.7) |
| OKLCH | oklch(0.609 0.278 307.5) |
Copy-ready code
/* CSS */
color: #b032ff;
background-color: #b032ff;
/* Tailwind (arbitrary) */
class="text-[#b032ff] bg-[#b032ff]"
/* SCSS */
$brand: #b032ff;
/* SwiftUI */
Color(red: 0.690, green: 0.196, blue: 1.000)
/* Android */
Color.parseColor("#b032ff")Accessibility — WCAG contrast
Aa
#b032ff on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b032ff on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green19.6%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta80.4%
Yellow0.0%
Key (black)0.0%
Color previews
#b032ff text on a black background
contrast 4.75:1
Card sample
#b032ff text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b032ff;
Background color
Panel with #b032ff background
background-color: #b032ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b032ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 50, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 50, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b032ff; background: linear-gradient(135deg, #b032ff, #FF32C5);