#8f7ccc
a balanced, soft blue · warm · closest name: slateblue
RGB
143, 124, 204
HSL
254°, 44%, 64%
CMYK
30, 39, 0, 20
Luminance
0.2461
Every format
| HEX | #8f7ccc |
| RGB | rgb(143, 124, 204) |
| HSL | hsl(254, 44%, 64%) |
| CMYK | cmyk(30%, 39%, 0%, 20%) |
| LAB | lab(56.7 24.9 -38.9) |
| LCH | lch(56.7 46.2 302.6) |
| OKLCH | oklch(0.636 0.119 293.7) |
Copy-ready code
/* CSS */
color: #8f7ccc;
background-color: #8f7ccc;
/* Tailwind (arbitrary) */
class="text-[#8f7ccc] bg-[#8f7ccc]"
/* SCSS */
$brand: #8f7ccc;
/* SwiftUI */
Color(red: 0.561, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#8f7ccc")Accessibility — WCAG contrast
Aa
#8f7ccc on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7ccc on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green48.6%
Blue80.0%
CMYK percentages
Cyan29.9%
Magenta39.2%
Yellow0.0%
Key (black)20.0%
Color previews
#8f7ccc text on a black background
contrast 5.92:1
Card sample
#8f7ccc text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7ccc;
Background color
Panel with #8f7ccc background
background-color: #8f7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7ccc; background: linear-gradient(135deg, #8f7ccc, #C47CCC);