#800ade
a balanced, electric violet · warm · closest name: blue
RGB
128, 10, 222
HSL
273°, 91%, 46%
CMYK
42, 96, 0, 13
Luminance
0.1008
Every format
| HEX | #800ade |
| RGB | rgb(128, 10, 222) |
| HSL | hsl(273, 91%, 46%) |
| CMYK | cmyk(42%, 96%, 0%, 13%) |
| LAB | lab(38.0 75.2 -79.4) |
| LCH | lch(38.0 109.4 313.4) |
| OKLCH | oklch(0.501 0.263 300.1) |
Copy-ready code
/* CSS */
color: #800ade;
background-color: #800ade;
/* Tailwind (arbitrary) */
class="text-[#800ade] bg-[#800ade]"
/* SCSS */
$brand: #800ade;
/* SwiftUI */
Color(red: 0.502, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#800ade")Accessibility — WCAG contrast
Aa
#800ade on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#800ade on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green3.9%
Blue87.1%
CMYK percentages
Cyan42.3%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#800ade text on a black background
contrast 3.02:1
Card sample
#800ade text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #800ade;
Background color
Panel with #800ade background
background-color: #800ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #800ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #800ade; background: linear-gradient(135deg, #800ade, #DE0AAF);