#880ebe
a dark, electric violet · warm · closest name: indigo
RGB
136, 14, 190
HSL
282°, 86%, 40%
CMYK
28, 93, 0, 26
Luminance
0.0927
Every format
| HEX | #880ebe |
| RGB | rgb(136, 14, 190) |
| HSL | hsl(282, 86%, 40%) |
| CMYK | cmyk(28%, 93%, 0%, 26%) |
| LAB | lab(36.5 69.2 -63.2) |
| LCH | lch(36.5 93.7 317.6) |
| OKLCH | oklch(0.485 0.237 310.7) |
Copy-ready code
/* CSS */
color: #880ebe;
background-color: #880ebe;
/* Tailwind (arbitrary) */
class="text-[#880ebe] bg-[#880ebe]"
/* SCSS */
$brand: #880ebe;
/* SwiftUI */
Color(red: 0.533, green: 0.055, blue: 0.745)
/* Android */
Color.parseColor("#880ebe")Accessibility — WCAG contrast
Aa
#880ebe on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#880ebe on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green5.5%
Blue74.5%
CMYK percentages
Cyan28.4%
Magenta92.6%
Yellow0.0%
Key (black)25.5%
Color previews
#880ebe text on a black background
contrast 2.85:1
Card sample
#880ebe text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880ebe;
Background color
Panel with #880ebe background
background-color: #880ebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880ebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 14, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 14, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880ebe; background: linear-gradient(135deg, #880ebe, #BE0E7F);