#882dfd
a balanced, electric violet · warm · closest name: blue
RGB
136, 45, 253
HSL
266°, 98%, 58%
CMYK
46, 82, 0, 1
Luminance
0.1420
Every format
| HEX | #882dfd |
| RGB | rgb(136, 45, 253) |
| HSL | hsl(266, 98%, 58%) |
| CMYK | cmyk(46%, 82%, 0%, 1%) |
| LAB | lab(44.5 75.0 -86.2) |
| LCH | lch(44.5 114.3 311.0) |
| OKLCH | oklch(0.556 0.274 295.4) |
Copy-ready code
/* CSS */
color: #882dfd;
background-color: #882dfd;
/* Tailwind (arbitrary) */
class="text-[#882dfd] bg-[#882dfd]"
/* SCSS */
$brand: #882dfd;
/* SwiftUI */
Color(red: 0.533, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#882dfd")Accessibility — WCAG contrast
Aa
#882dfd on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#882dfd on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green17.6%
Blue99.2%
CMYK percentages
Cyan46.2%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#882dfd text on a black background
contrast 3.84:1
Card sample
#882dfd text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #882dfd;
Background color
Panel with #882dfd background
background-color: #882dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #882dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #882dfd; background: linear-gradient(135deg, #882dfd, #FD2DE7);