#b503eb
a balanced, electric violet · warm · closest name: magenta
RGB
181, 3, 235
HSL
286°, 98%, 47%
CMYK
23, 99, 0, 8
Luminance
0.1589
Every format
| HEX | #b503eb |
| RGB | rgb(181, 3, 235) |
| HSL | hsl(286, 98%, 47%) |
| CMYK | cmyk(23%, 99%, 0%, 8%) |
| LAB | lab(46.8 84.4 -72.0) |
| LCH | lch(46.8 111.0 319.5) |
| OKLCH | oklch(0.581 0.286 314.4) |
Copy-ready code
/* CSS */
color: #b503eb;
background-color: #b503eb;
/* Tailwind (arbitrary) */
class="text-[#b503eb] bg-[#b503eb]"
/* SCSS */
$brand: #b503eb;
/* SwiftUI */
Color(red: 0.710, green: 0.012, blue: 0.922)
/* Android */
Color.parseColor("#b503eb")Accessibility — WCAG contrast
Aa
#b503eb on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b503eb on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green1.2%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta98.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b503eb text on a black background
contrast 4.18:1
Card sample
#b503eb text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b503eb;
Background color
Panel with #b503eb background
background-color: #b503eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b503eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 3, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 3, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b503eb; background: linear-gradient(135deg, #b503eb, #EB0387);