#9c7dfd
a light, electric blue · warm · closest name: slateblue
RGB
156, 125, 253
HSL
255°, 97%, 74%
CMYK
38, 51, 0, 1
Luminance
0.2883
Every format
| HEX | #9c7dfd |
| RGB | rgb(156, 125, 253) |
| HSL | hsl(255, 97%, 74%) |
| CMYK | cmyk(38%, 51%, 0%, 1%) |
| LAB | lab(60.6 40.5 -60.0) |
| LCH | lch(60.6 72.4 304.1) |
| OKLCH | oklch(0.677 0.183 291.9) |
Copy-ready code
/* CSS */
color: #9c7dfd;
background-color: #9c7dfd;
/* Tailwind (arbitrary) */
class="text-[#9c7dfd] bg-[#9c7dfd]"
/* SCSS */
$brand: #9c7dfd;
/* SwiftUI */
Color(red: 0.612, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#9c7dfd")Accessibility — WCAG contrast
Aa
#9c7dfd on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c7dfd on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green49.0%
Blue99.2%
CMYK percentages
Cyan38.3%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#9c7dfd text on a black background
contrast 6.77:1
Card sample
#9c7dfd text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c7dfd;
Background color
Panel with #9c7dfd background
background-color: #9c7dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c7dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c7dfd; background: linear-gradient(135deg, #9c7dfd, #F17DFD);