#9780fd
a light, electric blue · warm · closest name: slateblue
RGB
151, 128, 253
HSL
251°, 97%, 75%
CMYK
40, 49, 0, 1
Luminance
0.2911
Every format
| HEX | #9780fd |
| RGB | rgb(151, 128, 253) |
| HSL | hsl(251, 97%, 75%) |
| CMYK | cmyk(40%, 49%, 0%, 1%) |
| LAB | lab(60.9 37.6 -59.6) |
| LCH | lch(60.9 70.5 302.3) |
| OKLCH | oklch(0.678 0.179 289.2) |
Copy-ready code
/* CSS */
color: #9780fd;
background-color: #9780fd;
/* Tailwind (arbitrary) */
class="text-[#9780fd] bg-[#9780fd]"
/* SCSS */
$brand: #9780fd;
/* SwiftUI */
Color(red: 0.592, green: 0.502, blue: 0.992)
/* Android */
Color.parseColor("#9780fd")Accessibility — WCAG contrast
Aa
#9780fd on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9780fd on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green50.2%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta49.4%
Yellow0.0%
Key (black)0.8%
Color previews
#9780fd text on a black background
contrast 6.82:1
Card sample
#9780fd text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9780fd;
Background color
Panel with #9780fd background
background-color: #9780fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9780fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 128, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 128, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9780fd; background: linear-gradient(135deg, #9780fd, #EA80FD);