#8024f0
a balanced, electric violet · warm · closest name: blue
RGB
128, 36, 240
HSL
267°, 87%, 54%
CMYK
47, 85, 0, 6
Luminance
0.1214
Every format
| HEX | #8024f0 |
| RGB | rgb(128, 36, 240) |
| HSL | hsl(267, 87%, 54%) |
| CMYK | cmyk(47%, 85%, 0%, 6%) |
| LAB | lab(41.4 73.9 -84.0) |
| LCH | lch(41.4 111.8 311.3) |
| OKLCH | oklch(0.530 0.267 295.5) |
Copy-ready code
/* CSS */
color: #8024f0;
background-color: #8024f0;
/* Tailwind (arbitrary) */
class="text-[#8024f0] bg-[#8024f0]"
/* SCSS */
$brand: #8024f0;
/* SwiftUI */
Color(red: 0.502, green: 0.141, blue: 0.941)
/* Android */
Color.parseColor("#8024f0")Accessibility — WCAG contrast
Aa
#8024f0 on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8024f0 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green14.1%
Blue94.1%
CMYK percentages
Cyan46.7%
Magenta85.0%
Yellow0.0%
Key (black)5.9%
Color previews
#8024f0 text on a black background
contrast 3.43:1
Card sample
#8024f0 text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8024f0;
Background color
Panel with #8024f0 background
background-color: #8024f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8024f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 36, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 36, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8024f0; background: linear-gradient(135deg, #8024f0, #F024D8);