#b548fd
a balanced, electric violet · warm · closest name: magenta
RGB
181, 72, 253
HSL
276°, 98%, 64%
CMYK
29, 72, 0, 1
Luminance
0.2155
Every format
| HEX | #b548fd |
| RGB | rgb(181, 72, 253) |
| HSL | hsl(276, 98%, 64%) |
| CMYK | cmyk(29%, 72%, 0%, 1%) |
| LAB | lab(53.5 72.1 -71.2) |
| LCH | lch(53.5 101.3 315.4) |
| OKLCH | oklch(0.632 0.257 308.1) |
Copy-ready code
/* CSS */
color: #b548fd;
background-color: #b548fd;
/* Tailwind (arbitrary) */
class="text-[#b548fd] bg-[#b548fd]"
/* SCSS */
$brand: #b548fd;
/* SwiftUI */
Color(red: 0.710, green: 0.282, blue: 0.992)
/* Android */
Color.parseColor("#b548fd")Accessibility — WCAG contrast
Aa
#b548fd on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b548fd on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green28.2%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta71.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b548fd text on a black background
contrast 5.31:1
Card sample
#b548fd text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b548fd;
Background color
Panel with #b548fd background
background-color: #b548fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b548fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 72, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 72, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b548fd; background: linear-gradient(135deg, #b548fd, #FD48CC);