#9c8bdf
a light, vivid blue · warm · closest name: plum
RGB
156, 139, 223
HSL
252°, 57%, 71%
CMYK
30, 38, 0, 13
Luminance
0.3086
Every format
| HEX | #9c8bdf |
| RGB | rgb(156, 139, 223) |
| HSL | hsl(252, 57%, 71%) |
| CMYK | cmyk(30%, 38%, 0%, 13%) |
| LAB | lab(62.4 24.7 -40.6) |
| LCH | lch(62.4 47.5 301.4) |
| OKLCH | oklch(0.685 0.122 292.2) |
Copy-ready code
/* CSS */
color: #9c8bdf;
background-color: #9c8bdf;
/* Tailwind (arbitrary) */
class="text-[#9c8bdf] bg-[#9c8bdf]"
/* SCSS */
$brand: #9c8bdf;
/* SwiftUI */
Color(red: 0.612, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#9c8bdf")Accessibility — WCAG contrast
Aa
#9c8bdf on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9c8bdf on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green54.5%
Blue87.5%
CMYK percentages
Cyan30.0%
Magenta37.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9c8bdf text on a black background
contrast 7.17:1
Card sample
#9c8bdf text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c8bdf;
Background color
Panel with #9c8bdf background
background-color: #9c8bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c8bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c8bdf; background: linear-gradient(135deg, #9c8bdf, #D48BDF);