#9c9cb0
a light, muted blue · warm · closest name: gray
RGB
156, 156, 176
HSL
240°, 11%, 65%
CMYK
11, 11, 0, 31
Luminance
0.3398
Every format
| HEX | #9c9cb0 |
| RGB | rgb(156, 156, 176) |
| HSL | hsl(240, 11%, 65%) |
| CMYK | cmyk(11%, 11%, 0%, 31%) |
| LAB | lab(65.0 4.0 -10.4) |
| LCH | lch(65.0 11.1 291.4) |
| OKLCH | oklch(0.699 0.029 285.6) |
Copy-ready code
/* CSS */
color: #9c9cb0;
background-color: #9c9cb0;
/* Tailwind (arbitrary) */
class="text-[#9c9cb0] bg-[#9c9cb0]"
/* SCSS */
$brand: #9c9cb0;
/* SwiftUI */
Color(red: 0.612, green: 0.612, blue: 0.690)
/* Android */
Color.parseColor("#9c9cb0")Accessibility — WCAG contrast
Aa
#9c9cb0 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9c9cb0 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green61.2%
Blue69.0%
CMYK percentages
Cyan11.4%
Magenta11.4%
Yellow0.0%
Key (black)31.0%
Color previews
#9c9cb0 text on a black background
contrast 7.80:1
Card sample
#9c9cb0 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c9cb0;
Background color
Panel with #9c9cb0 background
background-color: #9c9cb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c9cb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 156, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 156, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c9cb0; background: linear-gradient(135deg, #9c9cb0, #A99CB0);