#9b82fd
a light, electric blue · warm · closest name: slateblue
RGB
155, 130, 253
HSL
252°, 97%, 75%
CMYK
39, 49, 0, 1
Luminance
0.3003
Every format
| HEX | #9b82fd |
| RGB | rgb(155, 130, 253) |
| HSL | hsl(252, 97%, 75%) |
| CMYK | cmyk(39%, 49%, 0%, 1%) |
| LAB | lab(61.7 37.5 -58.3) |
| LCH | lch(61.7 69.3 302.7) |
| OKLCH | oklch(0.685 0.176 290.3) |
Copy-ready code
/* CSS */
color: #9b82fd;
background-color: #9b82fd;
/* Tailwind (arbitrary) */
class="text-[#9b82fd] bg-[#9b82fd]"
/* SCSS */
$brand: #9b82fd;
/* SwiftUI */
Color(red: 0.608, green: 0.510, blue: 0.992)
/* Android */
Color.parseColor("#9b82fd")Accessibility — WCAG contrast
Aa
#9b82fd on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b82fd on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green51.0%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta48.6%
Yellow0.0%
Key (black)0.8%
Color previews
#9b82fd text on a black background
contrast 7.01:1
Card sample
#9b82fd text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b82fd;
Background color
Panel with #9b82fd background
background-color: #9b82fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b82fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 130, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 130, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b82fd; background: linear-gradient(135deg, #9b82fd, #ED82FD);