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