#b034ff
a balanced, electric violet · warm · closest name: magenta
RGB
176, 52, 255
HSL
277°, 100%, 60%
CMYK
31, 80, 0, 0
Luminance
0.1891
Every format
| HEX | #b034ff |
| RGB | rgb(176, 52, 255) |
| HSL | hsl(277, 100%, 60%) |
| CMYK | cmyk(31%, 80%, 0%, 0%) |
| LAB | lab(50.6 78.7 -77.2) |
| LCH | lch(50.6 110.2 315.6) |
| OKLCH | oklch(0.610 0.276 307.4) |
Copy-ready code
/* CSS */
color: #b034ff;
background-color: #b034ff;
/* Tailwind (arbitrary) */
class="text-[#b034ff] bg-[#b034ff]"
/* SCSS */
$brand: #b034ff;
/* SwiftUI */
Color(red: 0.690, green: 0.204, blue: 1.000)
/* Android */
Color.parseColor("#b034ff")Accessibility — WCAG contrast
Aa
#b034ff on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b034ff on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green20.4%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta79.6%
Yellow0.0%
Key (black)0.0%
Color previews
#b034ff text on a black background
contrast 4.78:1
Card sample
#b034ff text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b034ff;
Background color
Panel with #b034ff background
background-color: #b034ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b034ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 52, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 52, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b034ff; background: linear-gradient(135deg, #b034ff, #FF34C7);