#8024fc
a balanced, electric violet · warm · closest name: blue
RGB
128, 36, 252
HSL
266°, 97%, 57%
CMYK
49, 86, 0, 1
Luminance
0.1288
Every format
| HEX | #8024fc |
| RGB | rgb(128, 36, 252) |
| HSL | hsl(266, 97%, 57%) |
| CMYK | cmyk(49%, 86%, 0%, 1%) |
| LAB | lab(42.6 76.6 -88.8) |
| LCH | lch(42.6 117.3 310.8) |
| OKLCH | oklch(0.541 0.278 293.4) |
Copy-ready code
/* CSS */
color: #8024fc;
background-color: #8024fc;
/* Tailwind (arbitrary) */
class="text-[#8024fc] bg-[#8024fc]"
/* SCSS */
$brand: #8024fc;
/* SwiftUI */
Color(red: 0.502, green: 0.141, blue: 0.988)
/* Android */
Color.parseColor("#8024fc")Accessibility — WCAG contrast
Aa
#8024fc on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8024fc on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green14.1%
Blue98.8%
CMYK percentages
Cyan49.2%
Magenta85.7%
Yellow0.0%
Key (black)1.2%
Color previews
#8024fc text on a black background
contrast 3.58:1
Card sample
#8024fc text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8024fc;
Background color
Panel with #8024fc background
background-color: #8024fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8024fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 36, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 36, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8024fc; background: linear-gradient(135deg, #8024fc, #FC24E8);