#8844aa
a balanced, soft violet · warm · closest name: slateblue
RGB
136, 68, 170
HSL
280°, 43%, 47%
CMYK
20, 60, 0, 33
Luminance
0.1227
Every format
| HEX | #8844aa |
| RGB | rgb(136, 68, 170) |
| HSL | hsl(280, 43%, 47%) |
| CMYK | cmyk(20%, 60%, 0%, 33%) |
| LAB | lab(41.6 46.3 -43.1) |
| LCH | lch(41.6 63.3 317.1) |
| OKLCH | oklch(0.517 0.165 312.8) |
Copy-ready code
/* CSS */
color: #8844aa;
background-color: #8844aa;
/* Tailwind (arbitrary) */
class="text-[#8844aa] bg-[#8844aa]"
/* SCSS */
$brand: #8844aa;
/* SwiftUI */
Color(red: 0.533, green: 0.267, blue: 0.667)
/* Android */
Color.parseColor("#8844aa")Accessibility — WCAG contrast
Aa
#8844aa on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8844aa on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green26.7%
Blue66.7%
CMYK percentages
Cyan20.0%
Magenta60.0%
Yellow0.0%
Key (black)33.3%
Color previews
#8844aa text on a black background
contrast 3.45:1
Card sample
#8844aa text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8844aa;
Background color
Panel with #8844aa background
background-color: #8844aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8844aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 68, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 68, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8844aa; background: linear-gradient(135deg, #8844aa, #AA4488);