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