#9c8ddf
a light, vivid blue · warm · closest name: plum
RGB
156, 141, 223
HSL
251°, 56%, 71%
CMYK
30, 37, 0, 13
Luminance
0.3145
Every format
| HEX | #9c8ddf |
| RGB | rgb(156, 141, 223) |
| HSL | hsl(251, 56%, 71%) |
| CMYK | cmyk(30%, 37%, 0%, 13%) |
| LAB | lab(62.9 23.6 -39.8) |
| LCH | lch(62.9 46.3 300.7) |
| OKLCH | oklch(0.689 0.119 291.3) |
Copy-ready code
/* CSS */
color: #9c8ddf;
background-color: #9c8ddf;
/* Tailwind (arbitrary) */
class="text-[#9c8ddf] bg-[#9c8ddf]"
/* SCSS */
$brand: #9c8ddf;
/* SwiftUI */
Color(red: 0.612, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#9c8ddf")Accessibility — WCAG contrast
Aa
#9c8ddf on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9c8ddf on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green55.3%
Blue87.5%
CMYK percentages
Cyan30.0%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#9c8ddf text on a black background
contrast 7.29:1
Card sample
#9c8ddf text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c8ddf;
Background color
Panel with #9c8ddf background
background-color: #9c8ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c8ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c8ddf; background: linear-gradient(135deg, #9c8ddf, #D38DDF);