#8f7cdb
a light, vivid blue · warm · closest name: slateblue
RGB
143, 124, 219
HSL
252°, 57%, 67%
CMYK
35, 43, 0, 14
Luminance
0.2537
Every format
| HEX | #8f7cdb |
| RGB | rgb(143, 124, 219) |
| HSL | hsl(252, 57%, 67%) |
| CMYK | cmyk(35%, 43%, 0%, 14%) |
| LAB | lab(57.4 28.8 -46.2) |
| LCH | lch(57.4 54.5 302.0) |
| OKLCH | oklch(0.644 0.139 291.2) |
Copy-ready code
/* CSS */
color: #8f7cdb;
background-color: #8f7cdb;
/* Tailwind (arbitrary) */
class="text-[#8f7cdb] bg-[#8f7cdb]"
/* SCSS */
$brand: #8f7cdb;
/* SwiftUI */
Color(red: 0.561, green: 0.486, blue: 0.859)
/* Android */
Color.parseColor("#8f7cdb")Accessibility — WCAG contrast
Aa
#8f7cdb on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7cdb on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green48.6%
Blue85.9%
CMYK percentages
Cyan34.7%
Magenta43.4%
Yellow0.0%
Key (black)14.1%
Color previews
#8f7cdb text on a black background
contrast 6.07:1
Card sample
#8f7cdb text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7cdb;
Background color
Panel with #8f7cdb background
background-color: #8f7cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 124, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 124, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7cdb; background: linear-gradient(135deg, #8f7cdb, #CE7CDB);