#b043ff
a balanced, electric violet · warm · closest name: magenta
RGB
176, 67, 255
HSL
275°, 100%, 63%
CMYK
31, 74, 0, 0
Luminance
0.2046
Every format
| HEX | #b043ff |
| RGB | rgb(176, 67, 255) |
| HSL | hsl(275, 100%, 63%) |
| CMYK | cmyk(31%, 74%, 0%, 0%) |
| LAB | lab(52.4 73.6 -74.3) |
| LCH | lch(52.4 104.5 314.7) |
| OKLCH | oklch(0.622 0.263 306.5) |
Copy-ready code
/* CSS */
color: #b043ff;
background-color: #b043ff;
/* Tailwind (arbitrary) */
class="text-[#b043ff] bg-[#b043ff]"
/* SCSS */
$brand: #b043ff;
/* SwiftUI */
Color(red: 0.690, green: 0.263, blue: 1.000)
/* Android */
Color.parseColor("#b043ff")Accessibility — WCAG contrast
Aa
#b043ff on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b043ff on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green26.3%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta73.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b043ff text on a black background
contrast 5.09:1
Card sample
#b043ff text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b043ff;
Background color
Panel with #b043ff background
background-color: #b043ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b043ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 67, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 67, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b043ff; background: linear-gradient(135deg, #b043ff, #FF43D1);