#880fdf
a balanced, electric violet · warm · closest name: blue
RGB
136, 15, 223
HSL
275°, 87%, 47%
CMYK
39, 93, 0, 13
Luminance
0.1090
Every format
| HEX | #880fdf |
| RGB | rgb(136, 15, 223) |
| HSL | hsl(275, 87%, 47%) |
| CMYK | cmyk(39%, 93%, 0%, 13%) |
| LAB | lab(39.4 75.6 -77.6) |
| LCH | lch(39.4 108.3 314.2) |
| OKLCH | oklch(0.513 0.263 302.6) |
Copy-ready code
/* CSS */
color: #880fdf;
background-color: #880fdf;
/* Tailwind (arbitrary) */
class="text-[#880fdf] bg-[#880fdf]"
/* SCSS */
$brand: #880fdf;
/* SwiftUI */
Color(red: 0.533, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#880fdf")Accessibility — WCAG contrast
Aa
#880fdf on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#880fdf on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green5.9%
Blue87.5%
CMYK percentages
Cyan39.0%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#880fdf text on a black background
contrast 3.18:1
Card sample
#880fdf text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880fdf;
Background color
Panel with #880fdf background
background-color: #880fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880fdf; background: linear-gradient(135deg, #880fdf, #DF0FAB);