#b829eb
a balanced, electric violet · warm · closest name: magenta
RGB
184, 41, 235
HSL
284°, 83%, 54%
CMYK
22, 83, 0, 8
Luminance
0.1777
Every format
| HEX | #b829eb |
| RGB | rgb(184, 41, 235) |
| HSL | hsl(284, 83%, 54%) |
| CMYK | cmyk(22%, 83%, 0%, 8%) |
| LAB | lab(49.2 79.1 -68.1) |
| LCH | lch(49.2 104.4 319.3) |
| OKLCH | oklch(0.598 0.270 314.6) |
Copy-ready code
/* CSS */
color: #b829eb;
background-color: #b829eb;
/* Tailwind (arbitrary) */
class="text-[#b829eb] bg-[#b829eb]"
/* SCSS */
$brand: #b829eb;
/* SwiftUI */
Color(red: 0.722, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#b829eb")Accessibility — WCAG contrast
Aa
#b829eb on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b829eb on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green16.1%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b829eb text on a black background
contrast 4.55:1
Card sample
#b829eb text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b829eb;
Background color
Panel with #b829eb background
background-color: #b829eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b829eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b829eb; background: linear-gradient(135deg, #b829eb, #EB299D);