#880ade
a balanced, electric violet · warm · closest name: blue
RGB
136, 10, 222
HSL
276°, 91%, 46%
CMYK
39, 96, 0, 13
Luminance
0.1073
Every format
| HEX | #880ade |
| RGB | rgb(136, 10, 222) |
| HSL | hsl(276, 91%, 46%) |
| CMYK | cmyk(39%, 96%, 0%, 13%) |
| LAB | lab(39.1 76.0 -77.5) |
| LCH | lch(39.1 108.6 314.4) |
| OKLCH | oklch(0.511 0.264 302.9) |
Copy-ready code
/* CSS */
color: #880ade;
background-color: #880ade;
/* Tailwind (arbitrary) */
class="text-[#880ade] bg-[#880ade]"
/* SCSS */
$brand: #880ade;
/* SwiftUI */
Color(red: 0.533, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#880ade")Accessibility — WCAG contrast
Aa
#880ade on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#880ade on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green3.9%
Blue87.1%
CMYK percentages
Cyan38.7%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#880ade text on a black background
contrast 3.15:1
Card sample
#880ade text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880ade;
Background color
Panel with #880ade background
background-color: #880ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880ade; background: linear-gradient(135deg, #880ade, #DE0AA7);