#b552fd
a light, electric violet · warm · closest name: magenta
RGB
181, 82, 253
HSL
275°, 98%, 66%
CMYK
29, 68, 0, 1
Luminance
0.2295
Every format
| HEX | #b552fd |
| RGB | rgb(181, 82, 253) |
| HSL | hsl(275, 98%, 66%) |
| CMYK | cmyk(29%, 68%, 0%, 1%) |
| LAB | lab(55.0 67.9 -68.8) |
| LCH | lch(55.0 96.7 314.6) |
| OKLCH | oklch(0.642 0.245 307.3) |
Copy-ready code
/* CSS */
color: #b552fd;
background-color: #b552fd;
/* Tailwind (arbitrary) */
class="text-[#b552fd] bg-[#b552fd]"
/* SCSS */
$brand: #b552fd;
/* SwiftUI */
Color(red: 0.710, green: 0.322, blue: 0.992)
/* Android */
Color.parseColor("#b552fd")Accessibility — WCAG contrast
Aa
#b552fd on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b552fd on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green32.2%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta67.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b552fd text on a black background
contrast 5.59:1
Card sample
#b552fd text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b552fd;
Background color
Panel with #b552fd background
background-color: #b552fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b552fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 82, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 82, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b552fd; background: linear-gradient(135deg, #b552fd, #FD52D3);