#b042fd
a balanced, electric violet · warm · closest name: magenta
RGB
176, 66, 253
HSL
275°, 98%, 63%
CMYK
30, 74, 0, 1
Luminance
0.2022
Every format
| HEX | #b042fd |
| RGB | rgb(176, 66, 253) |
| HSL | hsl(275, 98%, 63%) |
| CMYK | cmyk(30%, 74%, 0%, 1%) |
| LAB | lab(52.1 73.5 -73.6) |
| LCH | lch(52.1 104.0 315.0) |
| OKLCH | oklch(0.620 0.262 306.9) |
Copy-ready code
/* CSS */
color: #b042fd;
background-color: #b042fd;
/* Tailwind (arbitrary) */
class="text-[#b042fd] bg-[#b042fd]"
/* SCSS */
$brand: #b042fd;
/* SwiftUI */
Color(red: 0.690, green: 0.259, blue: 0.992)
/* Android */
Color.parseColor("#b042fd")Accessibility — WCAG contrast
Aa
#b042fd on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b042fd on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green25.9%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta73.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b042fd text on a black background
contrast 5.04:1
Card sample
#b042fd text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b042fd;
Background color
Panel with #b042fd background
background-color: #b042fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b042fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 66, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 66, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b042fd; background: linear-gradient(135deg, #b042fd, #FD42CD);