#9780df
a light, vivid blue · warm · closest name: slateblue
RGB
151, 128, 223
HSL
255°, 60%, 69%
CMYK
32, 43, 0, 13
Luminance
0.2735
Every format
| HEX | #9780df |
| RGB | rgb(151, 128, 223) |
| HSL | hsl(255, 60%, 69%) |
| CMYK | cmyk(32%, 43%, 0%, 13%) |
| LAB | lab(59.3 29.7 -45.5) |
| LCH | lch(59.3 54.3 303.2) |
| OKLCH | oklch(0.661 0.139 293.4) |
Copy-ready code
/* CSS */
color: #9780df;
background-color: #9780df;
/* Tailwind (arbitrary) */
class="text-[#9780df] bg-[#9780df]"
/* SCSS */
$brand: #9780df;
/* SwiftUI */
Color(red: 0.592, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#9780df")Accessibility — WCAG contrast
Aa
#9780df on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9780df on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green50.2%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta42.6%
Yellow0.0%
Key (black)12.5%
Color previews
#9780df text on a black background
contrast 6.47:1
Card sample
#9780df text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9780df;
Background color
Panel with #9780df background
background-color: #9780df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9780df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9780df; background: linear-gradient(135deg, #9780df, #D680DF);