#8039fd
a balanced, electric violet · warm · closest name: blue
RGB
128, 57, 253
HSL
262°, 98%, 61%
CMYK
49, 78, 0, 1
Luminance
0.1461
Every format
| HEX | #8039fd |
| RGB | rgb(128, 57, 253) |
| HSL | hsl(262, 98%, 61%) |
| CMYK | cmyk(49%, 78%, 0%, 1%) |
| LAB | lab(45.1 69.7 -85.3) |
| LCH | lch(45.1 110.2 309.3) |
| OKLCH | oklch(0.558 0.264 291.9) |
Copy-ready code
/* CSS */
color: #8039fd;
background-color: #8039fd;
/* Tailwind (arbitrary) */
class="text-[#8039fd] bg-[#8039fd]"
/* SCSS */
$brand: #8039fd;
/* SwiftUI */
Color(red: 0.502, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#8039fd")Accessibility — WCAG contrast
Aa
#8039fd on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8039fd on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green22.4%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#8039fd text on a black background
contrast 3.92:1
Card sample
#8039fd text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8039fd;
Background color
Panel with #8039fd background
background-color: #8039fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8039fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8039fd; background: linear-gradient(135deg, #8039fd, #FD39F7);