#9581ff
a light, electric blue · warm · closest name: slateblue
RGB
149, 129, 255
HSL
250°, 100%, 75%
CMYK
42, 49, 0, 0
Luminance
0.2931
Every format
| HEX | #9581ff |
| RGB | rgb(149, 129, 255) |
| HSL | hsl(250, 100%, 75%) |
| CMYK | cmyk(42%, 49%, 0%, 0%) |
| LAB | lab(61.0 37.1 -60.4) |
| LCH | lch(61.0 70.9 301.6) |
| OKLCH | oklch(0.679 0.180 287.9) |
Copy-ready code
/* CSS */
color: #9581ff;
background-color: #9581ff;
/* Tailwind (arbitrary) */
class="text-[#9581ff] bg-[#9581ff]"
/* SCSS */
$brand: #9581ff;
/* SwiftUI */
Color(red: 0.584, green: 0.506, blue: 1.000)
/* Android */
Color.parseColor("#9581ff")Accessibility — WCAG contrast
Aa
#9581ff on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9581ff on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green50.6%
Blue100.0%
CMYK percentages
Cyan41.6%
Magenta49.4%
Yellow0.0%
Key (black)0.0%
Color previews
#9581ff text on a black background
contrast 6.86:1
Card sample
#9581ff text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9581ff;
Background color
Panel with #9581ff background
background-color: #9581ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9581ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 129, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 129, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9581ff; background: linear-gradient(135deg, #9581ff, #E981FF);