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