#878cdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
135, 140, 223
HSL
237°, 58%, 70%
CMYK
40, 37, 0, 13
Luminance
0.2923
Every format
| HEX | #878cdf |
| RGB | rgb(135, 140, 223) |
| HSL | hsl(237, 58%, 70%) |
| CMYK | cmyk(40%, 37%, 0%, 13%) |
| LAB | lab(61.0 18.5 -42.9) |
| LCH | lch(61.0 46.7 293.3) |
| OKLCH | oklch(0.671 0.122 279.9) |
Copy-ready code
/* CSS */
color: #878cdf;
background-color: #878cdf;
/* Tailwind (arbitrary) */
class="text-[#878cdf] bg-[#878cdf]"
/* SCSS */
$brand: #878cdf;
/* SwiftUI */
Color(red: 0.529, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#878cdf")Accessibility — WCAG contrast
Aa
#878cdf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#878cdf on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green54.9%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#878cdf text on a black background
contrast 6.85:1
Card sample
#878cdf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #878cdf;
Background color
Panel with #878cdf background
background-color: #878cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #878cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #878cdf; background: linear-gradient(135deg, #878cdf, #BD87DF);