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