#9f83e2
a light, vivid violet · warm · closest name: slateblue
RGB
159, 131, 226
HSL
258°, 62%, 70%
CMYK
30, 42, 0, 11
Luminance
0.2909
Every format
| HEX | #9f83e2 |
| RGB | rgb(159, 131, 226) |
| HSL | hsl(258, 62%, 70%) |
| CMYK | cmyk(30%, 42%, 0%, 11%) |
| LAB | lab(60.9 30.9 -44.6) |
| LCH | lch(60.9 54.3 304.7) |
| OKLCH | oklch(0.675 0.139 296.0) |
Copy-ready code
/* CSS */
color: #9f83e2;
background-color: #9f83e2;
/* Tailwind (arbitrary) */
class="text-[#9f83e2] bg-[#9f83e2]"
/* SCSS */
$brand: #9f83e2;
/* SwiftUI */
Color(red: 0.624, green: 0.514, blue: 0.886)
/* Android */
Color.parseColor("#9f83e2")Accessibility — WCAG contrast
Aa
#9f83e2 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f83e2 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green51.4%
Blue88.6%
CMYK percentages
Cyan29.6%
Magenta42.0%
Yellow0.0%
Key (black)11.4%
Color previews
#9f83e2 text on a black background
contrast 6.82:1
Card sample
#9f83e2 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f83e2;
Background color
Panel with #9f83e2 background
background-color: #9f83e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f83e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 131, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 131, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f83e2; background: linear-gradient(135deg, #9f83e2, #DE83E2);