#b44dfb
a balanced, electric violet · warm · closest name: magenta
RGB
180, 77, 251
HSL
276°, 96%, 64%
CMYK
28, 69, 0, 2
Luminance
0.2198
Every format
| HEX | #b44dfb |
| RGB | rgb(180, 77, 251) |
| HSL | hsl(276, 96%, 64%) |
| CMYK | cmyk(28%, 69%, 0%, 2%) |
| LAB | lab(54.0 69.5 -69.4) |
| LCH | lch(54.0 98.2 315.0) |
| OKLCH | oklch(0.634 0.249 307.8) |
Copy-ready code
/* CSS */
color: #b44dfb;
background-color: #b44dfb;
/* Tailwind (arbitrary) */
class="text-[#b44dfb] bg-[#b44dfb]"
/* SCSS */
$brand: #b44dfb;
/* SwiftUI */
Color(red: 0.706, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#b44dfb")Accessibility — WCAG contrast
Aa
#b44dfb on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b44dfb on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green30.2%
Blue98.4%
CMYK percentages
Cyan28.3%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#b44dfb text on a black background
contrast 5.40:1
Card sample
#b44dfb text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44dfb;
Background color
Panel with #b44dfb background
background-color: #b44dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44dfb; background: linear-gradient(135deg, #b44dfb, #FB4DCE);