#8886fc
a light, electric blue · warm · closest name: royalblue
RGB
136, 134, 252
HSL
241°, 95%, 76%
CMYK
46, 47, 0, 1
Luminance
0.2931
Every format
| HEX | #8886fc |
| RGB | rgb(136, 134, 252) |
| HSL | hsl(241, 95%, 76%) |
| CMYK | cmyk(46%, 47%, 0%, 1%) |
| LAB | lab(61.1 30.4 -58.8) |
| LCH | lch(61.1 66.2 297.4) |
| OKLCH | oklch(0.676 0.171 281.6) |
Copy-ready code
/* CSS */
color: #8886fc;
background-color: #8886fc;
/* Tailwind (arbitrary) */
class="text-[#8886fc] bg-[#8886fc]"
/* SCSS */
$brand: #8886fc;
/* SwiftUI */
Color(red: 0.533, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#8886fc")Accessibility — WCAG contrast
Aa
#8886fc on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8886fc on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green52.5%
Blue98.8%
CMYK percentages
Cyan46.0%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#8886fc text on a black background
contrast 6.86:1
Card sample
#8886fc text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8886fc;
Background color
Panel with #8886fc background
background-color: #8886fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8886fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8886fc; background: linear-gradient(135deg, #8886fc, #D786FC);