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