#b04afd
a balanced, electric violet · warm · closest name: magenta
RGB
176, 74, 253
HSL
274°, 98%, 64%
CMYK
30, 71, 0, 1
Luminance
0.2122
Every format
| HEX | #b04afd |
| RGB | rgb(176, 74, 253) |
| HSL | hsl(274, 98%, 64%) |
| CMYK | cmyk(30%, 71%, 0%, 1%) |
| LAB | lab(53.2 70.4 -71.8) |
| LCH | lch(53.2 100.5 314.4) |
| OKLCH | oklch(0.628 0.253 306.4) |
Copy-ready code
/* CSS */
color: #b04afd;
background-color: #b04afd;
/* Tailwind (arbitrary) */
class="text-[#b04afd] bg-[#b04afd]"
/* SCSS */
$brand: #b04afd;
/* SwiftUI */
Color(red: 0.690, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#b04afd")Accessibility — WCAG contrast
Aa
#b04afd on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b04afd on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green29.0%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b04afd text on a black background
contrast 5.24:1
Card sample
#b04afd text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b04afd;
Background color
Panel with #b04afd background
background-color: #b04afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b04afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b04afd; background: linear-gradient(135deg, #b04afd, #FD4AD3);