#800dfd
a balanced, electric violet · warm · closest name: blue
RGB
128, 13, 253
HSL
269°, 98%, 52%
CMYK
49, 95, 0, 1
Luminance
0.1197
Every format
| HEX | #800dfd |
| RGB | rgb(128, 13, 253) |
| HSL | hsl(269, 98%, 52%) |
| CMYK | cmyk(49%, 95%, 0%, 1%) |
| LAB | lab(41.2 81.3 -91.8) |
| LCH | lch(41.2 122.6 311.6) |
| OKLCH | oklch(0.532 0.288 294.1) |
Copy-ready code
/* CSS */
color: #800dfd;
background-color: #800dfd;
/* Tailwind (arbitrary) */
class="text-[#800dfd] bg-[#800dfd]"
/* SCSS */
$brand: #800dfd;
/* SwiftUI */
Color(red: 0.502, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#800dfd")Accessibility — WCAG contrast
Aa
#800dfd on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#800dfd on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green5.1%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#800dfd text on a black background
contrast 3.39:1
Card sample
#800dfd text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #800dfd;
Background color
Panel with #800dfd background
background-color: #800dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #800dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #800dfd; background: linear-gradient(135deg, #800dfd, #FD0DDA);