#8888ee
a light, electric blue · warm · closest name: royalblue
RGB
136, 136, 238
HSL
240°, 75%, 73%
CMYK
43, 43, 0, 7
Luminance
0.2902
Every format
| HEX | #8888ee |
| RGB | rgb(136, 136, 238) |
| HSL | hsl(240, 75%, 73%) |
| CMYK | cmyk(43%, 43%, 0%, 7%) |
| LAB | lab(60.8 25.3 -51.5) |
| LCH | lch(60.8 57.4 296.1) |
| OKLCH | oklch(0.672 0.149 281.6) |
Copy-ready code
/* CSS */
color: #8888ee;
background-color: #8888ee;
/* Tailwind (arbitrary) */
class="text-[#8888ee] bg-[#8888ee]"
/* SCSS */
$brand: #8888ee;
/* SwiftUI */
Color(red: 0.533, green: 0.533, blue: 0.933)
/* Android */
Color.parseColor("#8888ee")Accessibility — WCAG contrast
Aa
#8888ee on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8888ee on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green53.3%
Blue93.3%
CMYK percentages
Cyan42.9%
Magenta42.9%
Yellow0.0%
Key (black)6.7%
Color previews
#8888ee text on a black background
contrast 6.80:1
Card sample
#8888ee text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8888ee;
Background color
Panel with #8888ee background
background-color: #8888ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8888ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 136, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 136, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8888ee; background: linear-gradient(135deg, #8888ee, #CC88EE);