#b53cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
181, 60, 223
HSL
285°, 72%, 56%
CMYK
19, 73, 0, 13
Luminance
0.1838
Every format
| HEX | #b53cdf |
| RGB | rgb(181, 60, 223) |
| HSL | hsl(285, 72%, 56%) |
| CMYK | cmyk(19%, 73%, 0%, 13%) |
| LAB | lab(50.0 70.6 -60.2) |
| LCH | lch(50.0 92.8 319.6) |
| OKLCH | oklch(0.600 0.243 315.7) |
Copy-ready code
/* CSS */
color: #b53cdf;
background-color: #b53cdf;
/* Tailwind (arbitrary) */
class="text-[#b53cdf] bg-[#b53cdf]"
/* SCSS */
$brand: #b53cdf;
/* SwiftUI */
Color(red: 0.710, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#b53cdf")Accessibility — WCAG contrast
Aa
#b53cdf on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b53cdf on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green23.5%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b53cdf text on a black background
contrast 4.68:1
Card sample
#b53cdf text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b53cdf;
Background color
Panel with #b53cdf background
background-color: #b53cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b53cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b53cdf; background: linear-gradient(135deg, #b53cdf, #DF3C9C);