#b809eb
a balanced, electric violet · warm · closest name: magenta
RGB
184, 9, 235
HSL
287°, 93%, 48%
CMYK
22, 96, 0, 8
Luminance
0.1638
Every format
| HEX | #b809eb |
| RGB | rgb(184, 9, 235) |
| HSL | hsl(287, 93%, 48%) |
| CMYK | cmyk(22%, 96%, 0%, 8%) |
| LAB | lab(47.5 84.3 -71.0) |
| LCH | lch(47.5 110.2 319.9) |
| OKLCH | oklch(0.586 0.285 315.2) |
Copy-ready code
/* CSS */
color: #b809eb;
background-color: #b809eb;
/* Tailwind (arbitrary) */
class="text-[#b809eb] bg-[#b809eb]"
/* SCSS */
$brand: #b809eb;
/* SwiftUI */
Color(red: 0.722, green: 0.035, blue: 0.922)
/* Android */
Color.parseColor("#b809eb")Accessibility — WCAG contrast
Aa
#b809eb on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b809eb on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green3.5%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta96.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b809eb text on a black background
contrast 4.28:1
Card sample
#b809eb text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b809eb;
Background color
Panel with #b809eb background
background-color: #b809eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b809eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 9, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 9, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b809eb; background: linear-gradient(135deg, #b809eb, #EB0987);