#b44afd
a balanced, electric violet · warm · closest name: magenta
RGB
180, 74, 253
HSL
276°, 98%, 64%
CMYK
29, 71, 0, 1
Luminance
0.2169
Every format
| HEX | #b44afd |
| RGB | rgb(180, 74, 253) |
| HSL | hsl(276, 98%, 64%) |
| CMYK | cmyk(29%, 71%, 0%, 1%) |
| LAB | lab(53.7 71.1 -71.0) |
| LCH | lch(53.7 100.5 315.1) |
| OKLCH | oklch(0.632 0.254 307.6) |
Copy-ready code
/* CSS */
color: #b44afd;
background-color: #b44afd;
/* Tailwind (arbitrary) */
class="text-[#b44afd] bg-[#b44afd]"
/* SCSS */
$brand: #b44afd;
/* SwiftUI */
Color(red: 0.706, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#b44afd")Accessibility — WCAG contrast
Aa
#b44afd on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b44afd on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green29.0%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b44afd text on a black background
contrast 5.34:1
Card sample
#b44afd text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44afd;
Background color
Panel with #b44afd background
background-color: #b44afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44afd; background: linear-gradient(135deg, #b44afd, #FD4ACF);