#8024fd
a balanced, electric violet · warm · closest name: blue
RGB
128, 36, 253
HSL
265°, 98%, 57%
CMYK
49, 86, 0, 1
Luminance
0.1294
Every format
| HEX | #8024fd |
| RGB | rgb(128, 36, 253) |
| HSL | hsl(265, 98%, 57%) |
| CMYK | cmyk(49%, 86%, 0%, 1%) |
| LAB | lab(42.7 76.8 -89.3) |
| LCH | lch(42.7 117.8 310.7) |
| OKLCH | oklch(0.542 0.279 293.3) |
Copy-ready code
/* CSS */
color: #8024fd;
background-color: #8024fd;
/* Tailwind (arbitrary) */
class="text-[#8024fd] bg-[#8024fd]"
/* SCSS */
$brand: #8024fd;
/* SwiftUI */
Color(red: 0.502, green: 0.141, blue: 0.992)
/* Android */
Color.parseColor("#8024fd")Accessibility — WCAG contrast
Aa
#8024fd on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8024fd on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green14.1%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta85.8%
Yellow0.0%
Key (black)0.8%
Color previews
#8024fd text on a black background
contrast 3.59:1
Card sample
#8024fd text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8024fd;
Background color
Panel with #8024fd background
background-color: #8024fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8024fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 36, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 36, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8024fd; background: linear-gradient(135deg, #8024fd, #FD24E9);