#b545eb
a balanced, electric violet · warm · closest name: magenta
RGB
181, 69, 235
HSL
281°, 81%, 60%
CMYK
23, 71, 0, 8
Luminance
0.2008
Every format
| HEX | #b545eb |
| RGB | rgb(181, 69, 235) |
| HSL | hsl(281, 81%, 60%) |
| CMYK | cmyk(23%, 71%, 0%, 8%) |
| LAB | lab(51.9 69.6 -63.8) |
| LCH | lch(51.9 94.4 317.5) |
| OKLCH | oklch(0.616 0.243 312.3) |
Copy-ready code
/* CSS */
color: #b545eb;
background-color: #b545eb;
/* Tailwind (arbitrary) */
class="text-[#b545eb] bg-[#b545eb]"
/* SCSS */
$brand: #b545eb;
/* SwiftUI */
Color(red: 0.710, green: 0.271, blue: 0.922)
/* Android */
Color.parseColor("#b545eb")Accessibility — WCAG contrast
Aa
#b545eb on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b545eb on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green27.1%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta70.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b545eb text on a black background
contrast 5.02:1
Card sample
#b545eb text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b545eb;
Background color
Panel with #b545eb background
background-color: #b545eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b545eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 69, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 69, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b545eb; background: linear-gradient(135deg, #b545eb, #EB45B2);