#9cbbc9
a light, soft cyan · cool · closest name: silver
RGB
156, 187, 201
HSL
199°, 29%, 70%
CMYK
22, 7, 0, 21
Luminance
0.4683
Every format
| HEX | #9cbbc9 |
| RGB | rgb(156, 187, 201) |
| HSL | hsl(199, 29%, 70%) |
| CMYK | cmyk(22%, 7%, 0%, 21%) |
| LAB | lab(74.1 -7.4 -10.5) |
| LCH | lch(74.1 12.8 235.0) |
| OKLCH | oklch(0.774 0.039 227.0) |
Copy-ready code
/* CSS */
color: #9cbbc9;
background-color: #9cbbc9;
/* Tailwind (arbitrary) */
class="text-[#9cbbc9] bg-[#9cbbc9]"
/* SCSS */
$brand: #9cbbc9;
/* SwiftUI */
Color(red: 0.612, green: 0.733, blue: 0.788)
/* Android */
Color.parseColor("#9cbbc9")Accessibility — WCAG contrast
Aa
#9cbbc9 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cbbc9 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green73.3%
Blue78.8%
CMYK percentages
Cyan22.4%
Magenta7.0%
Yellow0.0%
Key (black)21.2%
Color previews
#9cbbc9 text on a black background
contrast 10.37:1
Card sample
#9cbbc9 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cbbc9;
Background color
Panel with #9cbbc9 background
background-color: #9cbbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cbbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 187, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 187, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cbbc9; background: linear-gradient(135deg, #9cbbc9, #9C9DC9);