#b032cf
a balanced, vivid violet · warm · closest name: purple
RGB
176, 50, 207
HSL
288°, 62%, 50%
CMYK
15, 76, 0, 19
Luminance
0.1602
Every format
| HEX | #b032cf |
| RGB | rgb(176, 50, 207) |
| HSL | hsl(288, 62%, 50%) |
| CMYK | cmyk(15%, 76%, 0%, 19%) |
| LAB | lab(47.0 70.0 -55.8) |
| LCH | lch(47.0 89.6 321.4) |
| OKLCH | oklch(0.574 0.238 318.7) |
Copy-ready code
/* CSS */
color: #b032cf;
background-color: #b032cf;
/* Tailwind (arbitrary) */
class="text-[#b032cf] bg-[#b032cf]"
/* SCSS */
$brand: #b032cf;
/* SwiftUI */
Color(red: 0.690, green: 0.196, blue: 0.812)
/* Android */
Color.parseColor("#b032cf")Accessibility — WCAG contrast
Aa
#b032cf on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b032cf on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green19.6%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta75.8%
Yellow0.0%
Key (black)18.8%
Color previews
#b032cf text on a black background
contrast 4.20:1
Card sample
#b032cf text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b032cf;
Background color
Panel with #b032cf background
background-color: #b032cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b032cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 50, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 50, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b032cf; background: linear-gradient(135deg, #b032cf, #CF3285);