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