#9596df
a light, vivid blue · warm · closest name: plum
RGB
149, 150, 223
HSL
239°, 54%, 73%
CMYK
33, 33, 0, 13
Luminance
0.3353
Every format
| HEX | #9596df |
| RGB | rgb(149, 150, 223) |
| HSL | hsl(239, 54%, 73%) |
| CMYK | cmyk(33%, 33%, 0%, 13%) |
| LAB | lab(64.6 16.5 -37.2) |
| LCH | lch(64.6 40.6 293.9) |
| OKLCH | oklch(0.701 0.106 282.7) |
Copy-ready code
/* CSS */
color: #9596df;
background-color: #9596df;
/* Tailwind (arbitrary) */
class="text-[#9596df] bg-[#9596df]"
/* SCSS */
$brand: #9596df;
/* SwiftUI */
Color(red: 0.584, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#9596df")Accessibility — WCAG contrast
Aa
#9596df on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9596df on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green58.8%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9596df text on a black background
contrast 7.71:1
Card sample
#9596df text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9596df;
Background color
Panel with #9596df background
background-color: #9596df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9596df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9596df; background: linear-gradient(135deg, #9596df, #C595DF);