#8a86fc
a light, electric blue · warm · closest name: royalblue
RGB
138, 134, 252
HSL
242°, 95%, 76%
CMYK
45, 47, 0, 1
Luminance
0.2948
Every format
| HEX | #8a86fc |
| RGB | rgb(138, 134, 252) |
| HSL | hsl(242, 95%, 76%) |
| CMYK | cmyk(45%, 47%, 0%, 1%) |
| LAB | lab(61.2 30.9 -58.6) |
| LCH | lch(61.2 66.2 297.8) |
| OKLCH | oklch(0.678 0.170 282.4) |
Copy-ready code
/* CSS */
color: #8a86fc;
background-color: #8a86fc;
/* Tailwind (arbitrary) */
class="text-[#8a86fc] bg-[#8a86fc]"
/* SCSS */
$brand: #8a86fc;
/* SwiftUI */
Color(red: 0.541, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#8a86fc")Accessibility — WCAG contrast
Aa
#8a86fc on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8a86fc on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green52.5%
Blue98.8%
CMYK percentages
Cyan45.2%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#8a86fc text on a black background
contrast 6.90:1
Card sample
#8a86fc text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a86fc;
Background color
Panel with #8a86fc background
background-color: #8a86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a86fc; background: linear-gradient(135deg, #8a86fc, #D986FC);