#9682df
a light, vivid blue · warm · closest name: slateblue
RGB
150, 130, 223
HSL
253°, 59%, 69%
CMYK
33, 42, 0, 13
Luminance
0.2778
Every format
| HEX | #9682df |
| RGB | rgb(150, 130, 223) |
| HSL | hsl(253, 59%, 69%) |
| CMYK | cmyk(33%, 42%, 0%, 13%) |
| LAB | lab(59.7 28.3 -44.9) |
| LCH | lch(59.7 53.0 302.2) |
| OKLCH | oklch(0.664 0.136 292.2) |
Copy-ready code
/* CSS */
color: #9682df;
background-color: #9682df;
/* Tailwind (arbitrary) */
class="text-[#9682df] bg-[#9682df]"
/* SCSS */
$brand: #9682df;
/* SwiftUI */
Color(red: 0.588, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#9682df")Accessibility — WCAG contrast
Aa
#9682df on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9682df on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green51.0%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9682df text on a black background
contrast 6.56:1
Card sample
#9682df text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9682df;
Background color
Panel with #9682df background
background-color: #9682df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9682df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9682df; background: linear-gradient(135deg, #9682df, #D482DF);