#b024eb
a balanced, electric violet · warm · closest name: magenta
RGB
176, 36, 235
HSL
282°, 83%, 53%
CMYK
25, 85, 0, 8
Luminance
0.1649
Every format
| HEX | #b024eb |
| RGB | rgb(176, 36, 235) |
| HSL | hsl(282, 83%, 53%) |
| CMYK | cmyk(25%, 85%, 0%, 8%) |
| LAB | lab(47.6 79.1 -70.8) |
| LCH | lch(47.6 106.2 318.2) |
| OKLCH | oklch(0.585 0.272 312.3) |
Copy-ready code
/* CSS */
color: #b024eb;
background-color: #b024eb;
/* Tailwind (arbitrary) */
class="text-[#b024eb] bg-[#b024eb]"
/* SCSS */
$brand: #b024eb;
/* SwiftUI */
Color(red: 0.690, green: 0.141, blue: 0.922)
/* Android */
Color.parseColor("#b024eb")Accessibility — WCAG contrast
Aa
#b024eb on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b024eb on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green14.1%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta84.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b024eb text on a black background
contrast 4.30:1
Card sample
#b024eb text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b024eb;
Background color
Panel with #b024eb background
background-color: #b024eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b024eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 36, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 36, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b024eb; background: linear-gradient(135deg, #b024eb, #EB24A1);