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