#b034cf
a balanced, vivid violet · warm · closest name: purple
RGB
176, 52, 207
HSL
288°, 62%, 51%
CMYK
15, 75, 0, 19
Luminance
0.1619
Every format
| HEX | #b034cf |
| RGB | rgb(176, 52, 207) |
| HSL | hsl(288, 62%, 51%) |
| CMYK | cmyk(15%, 75%, 0%, 19%) |
| LAB | lab(47.2 69.4 -55.5) |
| LCH | lch(47.2 88.8 321.4) |
| OKLCH | oklch(0.576 0.236 318.6) |
Copy-ready code
/* CSS */
color: #b034cf;
background-color: #b034cf;
/* Tailwind (arbitrary) */
class="text-[#b034cf] bg-[#b034cf]"
/* SCSS */
$brand: #b034cf;
/* SwiftUI */
Color(red: 0.690, green: 0.204, blue: 0.812)
/* Android */
Color.parseColor("#b034cf")Accessibility — WCAG contrast
Aa
#b034cf on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b034cf on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green20.4%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta74.9%
Yellow0.0%
Key (black)18.8%
Color previews
#b034cf text on a black background
contrast 4.24:1
Card sample
#b034cf text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b034cf;
Background color
Panel with #b034cf background
background-color: #b034cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b034cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 52, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 52, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b034cf; background: linear-gradient(135deg, #b034cf, #CF3487);