#b024f0
a balanced, electric violet · warm · closest name: magenta
RGB
176, 36, 240
HSL
281°, 87%, 54%
CMYK
27, 85, 0, 6
Luminance
0.1678
Every format
| HEX | #b024f0 |
| RGB | rgb(176, 36, 240) |
| HSL | hsl(281, 87%, 54%) |
| CMYK | cmyk(27%, 85%, 0%, 6%) |
| LAB | lab(48.0 80.0 -73.0) |
| LCH | lch(48.0 108.3 317.6) |
| OKLCH | oklch(0.588 0.276 311.2) |
Copy-ready code
/* CSS */
color: #b024f0;
background-color: #b024f0;
/* Tailwind (arbitrary) */
class="text-[#b024f0] bg-[#b024f0]"
/* SCSS */
$brand: #b024f0;
/* SwiftUI */
Color(red: 0.690, green: 0.141, blue: 0.941)
/* Android */
Color.parseColor("#b024f0")Accessibility — WCAG contrast
Aa
#b024f0 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b024f0 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green14.1%
Blue94.1%
CMYK percentages
Cyan26.7%
Magenta85.0%
Yellow0.0%
Key (black)5.9%
Color previews
#b024f0 text on a black background
contrast 4.36:1
Card sample
#b024f0 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b024f0;
Background color
Panel with #b024f0 background
background-color: #b024f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b024f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 36, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 36, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b024f0; background: linear-gradient(135deg, #b024f0, #F024A8);