#881ba3
a dark, vivid violet · warm · closest name: purple
RGB
136, 27, 163
HSL
288°, 72%, 37%
CMYK
17, 83, 0, 36
Luminance
0.0866
Every format
| HEX | #881ba3 |
| RGB | rgb(136, 27, 163) |
| HSL | hsl(288, 72%, 37%) |
| CMYK | cmyk(17%, 83%, 0%, 36%) |
| LAB | lab(35.3 61.3 -49.0) |
| LCH | lch(35.3 78.5 321.4) |
| OKLCH | oklch(0.470 0.207 318.3) |
Copy-ready code
/* CSS */
color: #881ba3;
background-color: #881ba3;
/* Tailwind (arbitrary) */
class="text-[#881ba3] bg-[#881ba3]"
/* SCSS */
$brand: #881ba3;
/* SwiftUI */
Color(red: 0.533, green: 0.106, blue: 0.639)
/* Android */
Color.parseColor("#881ba3")Accessibility — WCAG contrast
Aa
#881ba3 on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#881ba3 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green10.6%
Blue63.9%
CMYK percentages
Cyan16.6%
Magenta83.4%
Yellow0.0%
Key (black)36.1%
Color previews
#881ba3 text on a black background
contrast 2.73:1
Card sample
#881ba3 text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #881ba3;
Background color
Panel with #881ba3 background
background-color: #881ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #881ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 27, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 27, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #881ba3; background: linear-gradient(135deg, #881ba3, #A31B63);