#8f70f5
a light, electric blue · warm · closest name: slateblue
RGB
143, 112, 245
HSL
254°, 87%, 70%
CMYK
42, 54, 0, 4
Luminance
0.2402
Every format
| HEX | #8f70f5 |
| RGB | rgb(143, 112, 245) |
| HSL | hsl(254, 87%, 70%) |
| CMYK | cmyk(42%, 54%, 0%, 4%) |
| LAB | lab(56.1 42.7 -62.8) |
| LCH | lch(56.1 76.0 304.2) |
| OKLCH | oklch(0.639 0.191 290.7) |
Copy-ready code
/* CSS */
color: #8f70f5;
background-color: #8f70f5;
/* Tailwind (arbitrary) */
class="text-[#8f70f5] bg-[#8f70f5]"
/* SCSS */
$brand: #8f70f5;
/* SwiftUI */
Color(red: 0.561, green: 0.439, blue: 0.961)
/* Android */
Color.parseColor("#8f70f5")Accessibility — WCAG contrast
Aa
#8f70f5 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f70f5 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green43.9%
Blue96.1%
CMYK percentages
Cyan41.6%
Magenta54.3%
Yellow0.0%
Key (black)3.9%
Color previews
#8f70f5 text on a black background
contrast 5.80:1
Card sample
#8f70f5 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f70f5;
Background color
Panel with #8f70f5 background
background-color: #8f70f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f70f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 112, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 112, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f70f5; background: linear-gradient(135deg, #8f70f5, #E870F5);