#9c9cda
a light, vivid blue · warm · closest name: plum
RGB
156, 156, 218
HSL
240°, 46%, 73%
CMYK
28, 28, 0, 15
Luminance
0.3591
Every format
| HEX | #9c9cda |
| RGB | rgb(156, 156, 218) |
| HSL | hsl(240, 46%, 73%) |
| CMYK | cmyk(28%, 28%, 0%, 15%) |
| LAB | lab(66.5 13.8 -31.5) |
| LCH | lch(66.5 34.4 293.6) |
| OKLCH | oklch(0.716 0.090 283.9) |
Copy-ready code
/* CSS */
color: #9c9cda;
background-color: #9c9cda;
/* Tailwind (arbitrary) */
class="text-[#9c9cda] bg-[#9c9cda]"
/* SCSS */
$brand: #9c9cda;
/* SwiftUI */
Color(red: 0.612, green: 0.612, blue: 0.855)
/* Android */
Color.parseColor("#9c9cda")Accessibility — WCAG contrast
Aa
#9c9cda on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9c9cda on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green61.2%
Blue85.5%
CMYK percentages
Cyan28.4%
Magenta28.4%
Yellow0.0%
Key (black)14.5%
Color previews
#9c9cda text on a black background
contrast 8.18:1
Card sample
#9c9cda text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c9cda;
Background color
Panel with #9c9cda background
background-color: #9c9cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c9cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 156, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 156, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c9cda; background: linear-gradient(135deg, #9c9cda, #C59CDA);