#8c7dcf
a light, vivid blue · warm · closest name: slateblue
RGB
140, 125, 207
HSL
251°, 46%, 65%
CMYK
32, 40, 0, 19
Luminance
0.2475
Every format
| HEX | #8c7dcf |
| RGB | rgb(140, 125, 207) |
| HSL | hsl(251, 46%, 65%) |
| CMYK | cmyk(32%, 40%, 0%, 19%) |
| LAB | lab(56.8 24.3 -40.4) |
| LCH | lch(56.8 47.1 301.0) |
| OKLCH | oklch(0.637 0.121 291.0) |
Copy-ready code
/* CSS */
color: #8c7dcf;
background-color: #8c7dcf;
/* Tailwind (arbitrary) */
class="text-[#8c7dcf] bg-[#8c7dcf]"
/* SCSS */
$brand: #8c7dcf;
/* SwiftUI */
Color(red: 0.549, green: 0.490, blue: 0.812)
/* Android */
Color.parseColor("#8c7dcf")Accessibility — WCAG contrast
Aa
#8c7dcf on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c7dcf on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green49.0%
Blue81.2%
CMYK percentages
Cyan32.4%
Magenta39.6%
Yellow0.0%
Key (black)18.8%
Color previews
#8c7dcf text on a black background
contrast 5.95:1
Card sample
#8c7dcf text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c7dcf;
Background color
Panel with #8c7dcf background
background-color: #8c7dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c7dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 125, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 125, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c7dcf; background: linear-gradient(135deg, #8c7dcf, #C37DCF);