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