#b428eb
a balanced, electric violet · warm · closest name: magenta
RGB
180, 40, 235
HSL
283°, 83%, 54%
CMYK
23, 83, 0, 8
Luminance
0.1722
Every format
| HEX | #b428eb |
| RGB | rgb(180, 40, 235) |
| HSL | hsl(283, 83%, 54%) |
| CMYK | cmyk(23%, 83%, 0%, 8%) |
| LAB | lab(48.5 78.8 -69.3) |
| LCH | lch(48.5 104.9 318.7) |
| OKLCH | oklch(0.592 0.270 313.4) |
Copy-ready code
/* CSS */
color: #b428eb;
background-color: #b428eb;
/* Tailwind (arbitrary) */
class="text-[#b428eb] bg-[#b428eb]"
/* SCSS */
$brand: #b428eb;
/* SwiftUI */
Color(red: 0.706, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#b428eb")Accessibility — WCAG contrast
Aa
#b428eb on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b428eb on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green15.7%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b428eb text on a black background
contrast 4.44:1
Card sample
#b428eb text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b428eb;
Background color
Panel with #b428eb background
background-color: #b428eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b428eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b428eb; background: linear-gradient(135deg, #b428eb, #EB28A0);