#883ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
136, 61, 223
HSL
268°, 72%, 56%
CMYK
39, 73, 0, 13
Luminance
0.1390
Every format
| HEX | #883ddf |
| RGB | rgb(136, 61, 223) |
| HSL | hsl(268, 72%, 56%) |
| CMYK | cmyk(39%, 73%, 0%, 13%) |
| LAB | lab(44.1 62.0 -70.0) |
| LCH | lch(44.1 93.5 311.5) |
| OKLCH | oklch(0.546 0.230 299.8) |
Copy-ready code
/* CSS */
color: #883ddf;
background-color: #883ddf;
/* Tailwind (arbitrary) */
class="text-[#883ddf] bg-[#883ddf]"
/* SCSS */
$brand: #883ddf;
/* SwiftUI */
Color(red: 0.533, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#883ddf")Accessibility — WCAG contrast
Aa
#883ddf on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#883ddf on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green23.9%
Blue87.5%
CMYK percentages
Cyan39.0%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#883ddf text on a black background
contrast 3.78:1
Card sample
#883ddf text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #883ddf;
Background color
Panel with #883ddf background
background-color: #883ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #883ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #883ddf; background: linear-gradient(135deg, #883ddf, #DF3DCA);