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