#9593df
a light, vivid blue · warm · closest name: plum
RGB
149, 147, 223
HSL
242°, 54%, 73%
CMYK
33, 34, 0, 13
Luminance
0.3258
Every format
| HEX | #9593df |
| RGB | rgb(149, 147, 223) |
| HSL | hsl(242, 54%, 73%) |
| CMYK | cmyk(33%, 34%, 0%, 13%) |
| LAB | lab(63.8 18.2 -38.4) |
| LCH | lch(63.8 42.5 295.4) |
| OKLCH | oklch(0.695 0.111 284.3) |
Copy-ready code
/* CSS */
color: #9593df;
background-color: #9593df;
/* Tailwind (arbitrary) */
class="text-[#9593df] bg-[#9593df]"
/* SCSS */
$brand: #9593df;
/* SwiftUI */
Color(red: 0.584, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#9593df")Accessibility — WCAG contrast
Aa
#9593df on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9593df on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green57.6%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#9593df text on a black background
contrast 7.52:1
Card sample
#9593df text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9593df;
Background color
Panel with #9593df background
background-color: #9593df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9593df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9593df; background: linear-gradient(135deg, #9593df, #C893DF);