#878eee
a light, electric blue · warm · closest name: dodgerblue
RGB
135, 142, 238
HSL
236°, 75%, 73%
CMYK
43, 40, 0, 7
Luminance
0.3067
Every format
| HEX | #878eee |
| RGB | rgb(135, 142, 238) |
| HSL | hsl(236, 75%, 73%) |
| CMYK | cmyk(43%, 40%, 0%, 7%) |
| LAB | lab(62.2 21.5 -49.2) |
| LCH | lch(62.2 53.7 293.6) |
| OKLCH | oklch(0.682 0.141 278.8) |
Copy-ready code
/* CSS */
color: #878eee;
background-color: #878eee;
/* Tailwind (arbitrary) */
class="text-[#878eee] bg-[#878eee]"
/* SCSS */
$brand: #878eee;
/* SwiftUI */
Color(red: 0.529, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#878eee")Accessibility — WCAG contrast
Aa
#878eee on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#878eee on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green55.7%
Blue93.3%
CMYK percentages
Cyan43.3%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#878eee text on a black background
contrast 7.13:1
Card sample
#878eee text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #878eee;
Background color
Panel with #878eee background
background-color: #878eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #878eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #878eee; background: linear-gradient(135deg, #878eee, #C587EE);