#8f84df
a light, vivid blue · warm · closest name: slateblue
RGB
143, 132, 223
HSL
247°, 59%, 70%
CMYK
36, 41, 0, 13
Luminance
0.2767
Every format
| HEX | #8f84df |
| RGB | rgb(143, 132, 223) |
| HSL | hsl(247, 59%, 70%) |
| CMYK | cmyk(36%, 41%, 0%, 13%) |
| LAB | lab(59.6 25.2 -45.0) |
| LCH | lch(59.6 51.6 299.3) |
| OKLCH | oklch(0.661 0.133 287.7) |
Copy-ready code
/* CSS */
color: #8f84df;
background-color: #8f84df;
/* Tailwind (arbitrary) */
class="text-[#8f84df] bg-[#8f84df]"
/* SCSS */
$brand: #8f84df;
/* SwiftUI */
Color(red: 0.561, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#8f84df")Accessibility — WCAG contrast
Aa
#8f84df on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f84df on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green51.8%
Blue87.5%
CMYK percentages
Cyan35.9%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#8f84df text on a black background
contrast 6.53:1
Card sample
#8f84df text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f84df;
Background color
Panel with #8f84df background
background-color: #8f84df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f84df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f84df; background: linear-gradient(135deg, #8f84df, #CC84DF);