#b034f0
a balanced, electric violet · warm · closest name: magenta
RGB
176, 52, 240
HSL
280°, 86%, 57%
CMYK
27, 78, 0, 6
Luminance
0.1798
Every format
| HEX | #b034f0 |
| RGB | rgb(176, 52, 240) |
| HSL | hsl(280, 86%, 57%) |
| CMYK | cmyk(27%, 78%, 0%, 6%) |
| LAB | lab(49.5 75.7 -70.6) |
| LCH | lch(49.5 103.5 317.0) |
| OKLCH | oklch(0.599 0.264 310.5) |
Copy-ready code
/* CSS */
color: #b034f0;
background-color: #b034f0;
/* Tailwind (arbitrary) */
class="text-[#b034f0] bg-[#b034f0]"
/* SCSS */
$brand: #b034f0;
/* SwiftUI */
Color(red: 0.690, green: 0.204, blue: 0.941)
/* Android */
Color.parseColor("#b034f0")Accessibility — WCAG contrast
Aa
#b034f0 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b034f0 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green20.4%
Blue94.1%
CMYK percentages
Cyan26.7%
Magenta78.3%
Yellow0.0%
Key (black)5.9%
Color previews
#b034f0 text on a black background
contrast 4.60:1
Card sample
#b034f0 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b034f0;
Background color
Panel with #b034f0 background
background-color: #b034f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b034f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 52, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 52, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b034f0; background: linear-gradient(135deg, #b034f0, #F034B3);