#9f82df
a light, vivid violet · warm · closest name: slateblue
RGB
159, 130, 223
HSL
259°, 59%, 69%
CMYK
29, 42, 0, 13
Luminance
0.2866
Every format
| HEX | #9f82df |
| RGB | rgb(159, 130, 223) |
| HSL | hsl(259, 59%, 69%) |
| CMYK | cmyk(29%, 42%, 0%, 13%) |
| LAB | lab(60.5 30.7 -43.5) |
| LCH | lch(60.5 53.3 305.2) |
| OKLCH | oklch(0.672 0.137 296.9) |
Copy-ready code
/* CSS */
color: #9f82df;
background-color: #9f82df;
/* Tailwind (arbitrary) */
class="text-[#9f82df] bg-[#9f82df]"
/* SCSS */
$brand: #9f82df;
/* SwiftUI */
Color(red: 0.624, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#9f82df")Accessibility — WCAG contrast
Aa
#9f82df on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f82df on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green51.0%
Blue87.5%
CMYK percentages
Cyan28.7%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9f82df text on a black background
contrast 6.73:1
Card sample
#9f82df text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f82df;
Background color
Panel with #9f82df background
background-color: #9f82df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f82df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f82df; background: linear-gradient(135deg, #9f82df, #DD82DF);