#8811ee
a balanced, electric violet · warm · closest name: blue
RGB
136, 17, 238
HSL
272°, 87%, 50%
CMYK
43, 93, 0, 7
Luminance
0.1181
Every format
| HEX | #8811ee |
| RGB | rgb(136, 17, 238) |
| HSL | hsl(272, 87%, 50%) |
| CMYK | cmyk(43%, 93%, 0%, 7%) |
| LAB | lab(40.9 78.4 -83.7) |
| LCH | lch(40.9 114.7 313.1) |
| OKLCH | oklch(0.528 0.275 299.4) |
Copy-ready code
/* CSS */
color: #8811ee;
background-color: #8811ee;
/* Tailwind (arbitrary) */
class="text-[#8811ee] bg-[#8811ee]"
/* SCSS */
$brand: #8811ee;
/* SwiftUI */
Color(red: 0.533, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#8811ee")Accessibility — WCAG contrast
Aa
#8811ee on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8811ee on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green6.7%
Blue93.3%
CMYK percentages
Cyan42.9%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#8811ee text on a black background
contrast 3.36:1
Card sample
#8811ee text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8811ee;
Background color
Panel with #8811ee background
background-color: #8811ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8811ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8811ee; background: linear-gradient(135deg, #8811ee, #EE11C1);