#b44dfd
a balanced, electric violet · warm · closest name: magenta
RGB
180, 77, 253
HSL
275°, 98%, 65%
CMYK
29, 70, 0, 1
Luminance
0.2210
Every format
| HEX | #b44dfd |
| RGB | rgb(180, 77, 253) |
| HSL | hsl(275, 98%, 65%) |
| CMYK | cmyk(29%, 70%, 0%, 1%) |
| LAB | lab(54.1 69.9 -70.3) |
| LCH | lch(54.1 99.1 314.8) |
| OKLCH | oklch(0.636 0.251 307.4) |
Copy-ready code
/* CSS */
color: #b44dfd;
background-color: #b44dfd;
/* Tailwind (arbitrary) */
class="text-[#b44dfd] bg-[#b44dfd]"
/* SCSS */
$brand: #b44dfd;
/* SwiftUI */
Color(red: 0.706, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#b44dfd")Accessibility — WCAG contrast
Aa
#b44dfd on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b44dfd on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green30.2%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b44dfd text on a black background
contrast 5.42:1
Card sample
#b44dfd text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44dfd;
Background color
Panel with #b44dfd background
background-color: #b44dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44dfd; background: linear-gradient(135deg, #b44dfd, #FD4DD1);