#8486df
a light, vivid blue · warm · closest name: dodgerblue
RGB
132, 134, 223
HSL
239°, 59%, 70%
CMYK
41, 40, 0, 13
Luminance
0.2728
Every format
| HEX | #8486df |
| RGB | rgb(132, 134, 223) |
| HSL | hsl(239, 59%, 70%) |
| CMYK | cmyk(41%, 40%, 0%, 13%) |
| LAB | lab(59.2 21.2 -45.7) |
| LCH | lch(59.2 50.3 294.9) |
| OKLCH | oklch(0.657 0.131 281.2) |
Copy-ready code
/* CSS */
color: #8486df;
background-color: #8486df;
/* Tailwind (arbitrary) */
class="text-[#8486df] bg-[#8486df]"
/* SCSS */
$brand: #8486df;
/* SwiftUI */
Color(red: 0.518, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#8486df")Accessibility — WCAG contrast
Aa
#8486df on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8486df on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green52.5%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#8486df text on a black background
contrast 6.46:1
Card sample
#8486df text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8486df;
Background color
Panel with #8486df background
background-color: #8486df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8486df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8486df; background: linear-gradient(135deg, #8486df, #BF84DF);