#8844cc
a balanced, vivid violet · warm · closest name: slateblue
RGB
136, 68, 204
HSL
270°, 57%, 53%
CMYK
33, 67, 0, 20
Luminance
0.1373
Every format
| HEX | #8844cc |
| RGB | rgb(136, 68, 204) |
| HSL | hsl(270, 57%, 53%) |
| CMYK | cmyk(33%, 67%, 0%, 20%) |
| LAB | lab(43.8 54.2 -59.5) |
| LCH | lch(43.8 80.4 312.3) |
| OKLCH | oklch(0.540 0.202 303.1) |
Copy-ready code
/* CSS */
color: #8844cc;
background-color: #8844cc;
/* Tailwind (arbitrary) */
class="text-[#8844cc] bg-[#8844cc]"
/* SCSS */
$brand: #8844cc;
/* SwiftUI */
Color(red: 0.533, green: 0.267, blue: 0.800)
/* Android */
Color.parseColor("#8844cc")Accessibility — WCAG contrast
Aa
#8844cc on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8844cc on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green26.7%
Blue80.0%
CMYK percentages
Cyan33.3%
Magenta66.7%
Yellow0.0%
Key (black)20.0%
Color previews
#8844cc text on a black background
contrast 3.75:1
Card sample
#8844cc text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8844cc;
Background color
Panel with #8844cc background
background-color: #8844cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8844cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 68, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 68, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8844cc; background: linear-gradient(135deg, #8844cc, #CC44B5);