#b547eb
a balanced, electric violet · warm · closest name: magenta
RGB
181, 71, 235
HSL
280°, 80%, 60%
CMYK
23, 70, 0, 8
Luminance
0.2033
Every format
| HEX | #b547eb |
| RGB | rgb(181, 71, 235) |
| HSL | hsl(280, 80%, 60%) |
| CMYK | cmyk(23%, 70%, 0%, 8%) |
| LAB | lab(52.2 68.8 -63.3) |
| LCH | lch(52.2 93.5 317.4) |
| OKLCH | oklch(0.618 0.241 312.1) |
Copy-ready code
/* CSS */
color: #b547eb;
background-color: #b547eb;
/* Tailwind (arbitrary) */
class="text-[#b547eb] bg-[#b547eb]"
/* SCSS */
$brand: #b547eb;
/* SwiftUI */
Color(red: 0.710, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#b547eb")Accessibility — WCAG contrast
Aa
#b547eb on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b547eb on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green27.8%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b547eb text on a black background
contrast 5.07:1
Card sample
#b547eb text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b547eb;
Background color
Panel with #b547eb background
background-color: #b547eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b547eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b547eb; background: linear-gradient(135deg, #b547eb, #EB47B4);