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