#9b7cfd
a light, electric blue · warm · closest name: slateblue
RGB
155, 124, 253
HSL
254°, 97%, 74%
CMYK
39, 51, 0, 1
Luminance
0.2848
Every format
| HEX | #9b7cfd |
| RGB | rgb(155, 124, 253) |
| HSL | hsl(254, 97%, 74%) |
| CMYK | cmyk(39%, 51%, 0%, 1%) |
| LAB | lab(60.3 40.9 -60.5) |
| LCH | lch(60.3 73.0 304.0) |
| OKLCH | oklch(0.675 0.184 291.8) |
Copy-ready code
/* CSS */
color: #9b7cfd;
background-color: #9b7cfd;
/* Tailwind (arbitrary) */
class="text-[#9b7cfd] bg-[#9b7cfd]"
/* SCSS */
$brand: #9b7cfd;
/* SwiftUI */
Color(red: 0.608, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#9b7cfd")Accessibility — WCAG contrast
Aa
#9b7cfd on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b7cfd on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green48.6%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta51.0%
Yellow0.0%
Key (black)0.8%
Color previews
#9b7cfd text on a black background
contrast 6.70:1
Card sample
#9b7cfd text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b7cfd;
Background color
Panel with #9b7cfd background
background-color: #9b7cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b7cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b7cfd; background: linear-gradient(135deg, #9b7cfd, #F17CFD);