#8010fd
a balanced, electric violet · warm · closest name: blue
RGB
128, 16, 253
HSL
268°, 98%, 53%
CMYK
49, 94, 0, 1
Luminance
0.1205
Every format
| HEX | #8010fd |
| RGB | rgb(128, 16, 253) |
| HSL | hsl(268, 98%, 53%) |
| CMYK | cmyk(49%, 94%, 0%, 1%) |
| LAB | lab(41.3 81.0 -91.5) |
| LCH | lch(41.3 122.2 311.5) |
| OKLCH | oklch(0.532 0.288 294.0) |
Copy-ready code
/* CSS */
color: #8010fd;
background-color: #8010fd;
/* Tailwind (arbitrary) */
class="text-[#8010fd] bg-[#8010fd]"
/* SCSS */
$brand: #8010fd;
/* SwiftUI */
Color(red: 0.502, green: 0.063, blue: 0.992)
/* Android */
Color.parseColor("#8010fd")Accessibility — WCAG contrast
Aa
#8010fd on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8010fd on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green6.3%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta93.7%
Yellow0.0%
Key (black)0.8%
Color previews
#8010fd text on a black background
contrast 3.41:1
Card sample
#8010fd text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8010fd;
Background color
Panel with #8010fd background
background-color: #8010fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8010fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 16, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 16, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8010fd; background: linear-gradient(135deg, #8010fd, #FD10DC);