#9899df
a light, vivid blue · warm · closest name: plum
RGB
152, 153, 223
HSL
239°, 53%, 74%
CMYK
32, 31, 0, 13
Luminance
0.3479
Every format
| HEX | #9899df |
| RGB | rgb(152, 153, 223) |
| HSL | hsl(239, 53%, 74%) |
| CMYK | cmyk(32%, 31%, 0%, 13%) |
| LAB | lab(65.6 15.6 -35.6) |
| LCH | lch(65.6 38.9 293.6) |
| OKLCH | oklch(0.709 0.102 282.9) |
Copy-ready code
/* CSS */
color: #9899df;
background-color: #9899df;
/* Tailwind (arbitrary) */
class="text-[#9899df] bg-[#9899df]"
/* SCSS */
$brand: #9899df;
/* SwiftUI */
Color(red: 0.596, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#9899df")Accessibility — WCAG contrast
Aa
#9899df on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9899df on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green60.0%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#9899df text on a black background
contrast 7.96:1
Card sample
#9899df text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9899df;
Background color
Panel with #9899df background
background-color: #9899df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9899df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9899df; background: linear-gradient(135deg, #9899df, #C698DF);