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