#b034fc
a balanced, electric violet · warm · closest name: magenta
RGB
176, 52, 252
HSL
277°, 97%, 60%
CMYK
30, 79, 0, 1
Luminance
0.1871
Every format
| HEX | #b034fc |
| RGB | rgb(176, 52, 252) |
| HSL | hsl(277, 97%, 60%) |
| CMYK | cmyk(30%, 79%, 0%, 1%) |
| LAB | lab(50.4 78.1 -75.9) |
| LCH | lch(50.4 108.9 315.8) |
| OKLCH | oklch(0.608 0.274 308.0) |
Copy-ready code
/* CSS */
color: #b034fc;
background-color: #b034fc;
/* Tailwind (arbitrary) */
class="text-[#b034fc] bg-[#b034fc]"
/* SCSS */
$brand: #b034fc;
/* SwiftUI */
Color(red: 0.690, green: 0.204, blue: 0.988)
/* Android */
Color.parseColor("#b034fc")Accessibility — WCAG contrast
Aa
#b034fc on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b034fc on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green20.4%
Blue98.8%
CMYK percentages
Cyan30.2%
Magenta79.4%
Yellow0.0%
Key (black)1.2%
Color previews
#b034fc text on a black background
contrast 4.74:1
Card sample
#b034fc text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b034fc;
Background color
Panel with #b034fc background
background-color: #b034fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b034fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 52, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 52, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b034fc; background: linear-gradient(135deg, #b034fc, #FC34C3);