#8486eb
a light, vivid blue · warm · closest name: royalblue
RGB
132, 134, 235
HSL
239°, 72%, 72%
CMYK
44, 43, 0, 8
Luminance
0.2795
Every format
| HEX | #8486eb |
| RGB | rgb(132, 134, 235) |
| HSL | hsl(239, 72%, 72%) |
| CMYK | cmyk(44%, 43%, 0%, 8%) |
| LAB | lab(59.9 24.6 -51.4) |
| LCH | lch(59.9 57.0 295.6) |
| OKLCH | oklch(0.663 0.148 280.7) |
Copy-ready code
/* CSS */
color: #8486eb;
background-color: #8486eb;
/* Tailwind (arbitrary) */
class="text-[#8486eb] bg-[#8486eb]"
/* SCSS */
$brand: #8486eb;
/* SwiftUI */
Color(red: 0.518, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#8486eb")Accessibility — WCAG contrast
Aa
#8486eb on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8486eb on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green52.5%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#8486eb text on a black background
contrast 6.59:1
Card sample
#8486eb text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8486eb;
Background color
Panel with #8486eb background
background-color: #8486eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8486eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8486eb; background: linear-gradient(135deg, #8486eb, #C784EB);