#b536f1
a balanced, electric violet · warm · closest name: magenta
RGB
181, 54, 241
HSL
281°, 87%, 58%
CMYK
25, 78, 0, 6
Luminance
0.1881
Every format
| HEX | #b536f1 |
| RGB | rgb(181, 54, 241) |
| HSL | hsl(281, 87%, 58%) |
| CMYK | cmyk(25%, 78%, 0%, 6%) |
| LAB | lab(50.5 76.1 -69.5) |
| LCH | lch(50.5 103.0 317.6) |
| OKLCH | oklch(0.607 0.264 311.8) |
Copy-ready code
/* CSS */
color: #b536f1;
background-color: #b536f1;
/* Tailwind (arbitrary) */
class="text-[#b536f1] bg-[#b536f1]"
/* SCSS */
$brand: #b536f1;
/* SwiftUI */
Color(red: 0.710, green: 0.212, blue: 0.945)
/* Android */
Color.parseColor("#b536f1")Accessibility — WCAG contrast
Aa
#b536f1 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b536f1 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green21.2%
Blue94.5%
CMYK percentages
Cyan24.9%
Magenta77.6%
Yellow0.0%
Key (black)5.5%
Color previews
#b536f1 text on a black background
contrast 4.76:1
Card sample
#b536f1 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b536f1;
Background color
Panel with #b536f1 background
background-color: #b536f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b536f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 54, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 54, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b536f1; background: linear-gradient(135deg, #b536f1, #F136B0);