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