#8c87df
a light, vivid blue · warm · closest name: dodgerblue
RGB
140, 135, 223
HSL
243°, 58%, 70%
CMYK
37, 40, 0, 13
Luminance
0.2823
Every format
| HEX | #8c87df |
| RGB | rgb(140, 135, 223) |
| HSL | hsl(243, 58%, 70%) |
| CMYK | cmyk(37%, 40%, 0%, 13%) |
| LAB | lab(60.1 22.7 -44.3) |
| LCH | lch(60.1 49.7 297.1) |
| OKLCH | oklch(0.665 0.129 284.9) |
Copy-ready code
/* CSS */
color: #8c87df;
background-color: #8c87df;
/* Tailwind (arbitrary) */
class="text-[#8c87df] bg-[#8c87df]"
/* SCSS */
$brand: #8c87df;
/* SwiftUI */
Color(red: 0.549, green: 0.529, blue: 0.875)
/* Android */
Color.parseColor("#8c87df")Accessibility — WCAG contrast
Aa
#8c87df on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c87df on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green52.9%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta39.5%
Yellow0.0%
Key (black)12.5%
Color previews
#8c87df text on a black background
contrast 6.65:1
Card sample
#8c87df text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c87df;
Background color
Panel with #8c87df background
background-color: #8c87df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c87df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 135, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 135, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c87df; background: linear-gradient(135deg, #8c87df, #C787DF);