#b034da
a balanced, vivid violet · warm · closest name: magenta
RGB
176, 52, 218
HSL
285°, 69%, 53%
CMYK
19, 76, 0, 15
Luminance
0.1675
Every format
| HEX | #b034da |
| RGB | rgb(176, 52, 218) |
| HSL | hsl(285, 69%, 53%) |
| CMYK | cmyk(19%, 76%, 0%, 15%) |
| LAB | lab(47.9 71.4 -60.6) |
| LCH | lch(47.9 93.7 319.7) |
| OKLCH | oklch(0.583 0.245 315.7) |
Copy-ready code
/* CSS */
color: #b034da;
background-color: #b034da;
/* Tailwind (arbitrary) */
class="text-[#b034da] bg-[#b034da]"
/* SCSS */
$brand: #b034da;
/* SwiftUI */
Color(red: 0.690, green: 0.204, blue: 0.855)
/* Android */
Color.parseColor("#b034da")Accessibility — WCAG contrast
Aa
#b034da on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b034da on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green20.4%
Blue85.5%
CMYK percentages
Cyan19.3%
Magenta76.1%
Yellow0.0%
Key (black)14.5%
Color previews
#b034da text on a black background
contrast 4.35:1
Card sample
#b034da text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b034da;
Background color
Panel with #b034da background
background-color: #b034da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b034da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 52, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 52, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b034da; background: linear-gradient(135deg, #b034da, #DA3495);