#b034ce
a balanced, vivid violet · warm · closest name: purple
RGB
176, 52, 206
HSL
288°, 61%, 51%
CMYK
15, 75, 0, 19
Luminance
0.1614
Every format
| HEX | #b034ce |
| RGB | rgb(176, 52, 206) |
| HSL | hsl(288, 61%, 51%) |
| CMYK | cmyk(15%, 75%, 0%, 19%) |
| LAB | lab(47.2 69.2 -55.0) |
| LCH | lch(47.2 88.4 321.5) |
| OKLCH | oklch(0.575 0.235 318.9) |
Copy-ready code
/* CSS */
color: #b034ce;
background-color: #b034ce;
/* Tailwind (arbitrary) */
class="text-[#b034ce] bg-[#b034ce]"
/* SCSS */
$brand: #b034ce;
/* SwiftUI */
Color(red: 0.690, green: 0.204, blue: 0.808)
/* Android */
Color.parseColor("#b034ce")Accessibility — WCAG contrast
Aa
#b034ce on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b034ce on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green20.4%
Blue80.8%
CMYK percentages
Cyan14.6%
Magenta74.8%
Yellow0.0%
Key (black)19.2%
Color previews
#b034ce text on a black background
contrast 4.23:1
Card sample
#b034ce text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b034ce;
Background color
Panel with #b034ce background
background-color: #b034ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b034ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 52, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 52, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b034ce; background: linear-gradient(135deg, #b034ce, #CE3485);