#8f77da
a light, vivid blue · warm · closest name: slateblue
RGB
143, 119, 218
HSL
255°, 57%, 66%
CMYK
34, 45, 0, 15
Luminance
0.2410
Every format
| HEX | #8f77da |
| RGB | rgb(143, 119, 218) |
| HSL | hsl(255, 57%, 66%) |
| CMYK | cmyk(34%, 45%, 0%, 15%) |
| LAB | lab(56.2 31.5 -47.6) |
| LCH | lch(56.2 57.1 303.5) |
| OKLCH | oklch(0.635 0.146 292.9) |
Copy-ready code
/* CSS */
color: #8f77da;
background-color: #8f77da;
/* Tailwind (arbitrary) */
class="text-[#8f77da] bg-[#8f77da]"
/* SCSS */
$brand: #8f77da;
/* SwiftUI */
Color(red: 0.561, green: 0.467, blue: 0.855)
/* Android */
Color.parseColor("#8f77da")Accessibility — WCAG contrast
Aa
#8f77da on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f77da on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green46.7%
Blue85.5%
CMYK percentages
Cyan34.4%
Magenta45.4%
Yellow0.0%
Key (black)14.5%
Color previews
#8f77da text on a black background
contrast 5.82:1
Card sample
#8f77da text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f77da;
Background color
Panel with #8f77da background
background-color: #8f77da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f77da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 119, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 119, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f77da; background: linear-gradient(135deg, #8f77da, #D177DA);