#877afd
a light, electric blue · warm · closest name: slateblue
RGB
135, 122, 253
HSL
246°, 97%, 74%
CMYK
47, 52, 0, 1
Luminance
0.2616
Every format
| HEX | #877afd |
| RGB | rgb(135, 122, 253) |
| HSL | hsl(246, 97%, 74%) |
| CMYK | cmyk(47%, 52%, 0%, 1%) |
| LAB | lab(58.2 37.5 -64.0) |
| LCH | lch(58.2 74.1 300.4) |
| OKLCH | oklch(0.655 0.188 284.4) |
Copy-ready code
/* CSS */
color: #877afd;
background-color: #877afd;
/* Tailwind (arbitrary) */
class="text-[#877afd] bg-[#877afd]"
/* SCSS */
$brand: #877afd;
/* SwiftUI */
Color(red: 0.529, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#877afd")Accessibility — WCAG contrast
Aa
#877afd on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#877afd on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green47.8%
Blue99.2%
CMYK percentages
Cyan46.6%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#877afd text on a black background
contrast 6.23:1
Card sample
#877afd text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #877afd;
Background color
Panel with #877afd background
background-color: #877afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #877afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #877afd; background: linear-gradient(135deg, #877afd, #DE7AFD);