#c9cdbc
a light, muted green · cool · closest name: silver
RGB
201, 205, 188
HSL
74°, 15%, 77%
CMYK
2, 0, 8, 20
Luminance
0.5971
Every format
| HEX | #c9cdbc |
| RGB | rgb(201, 205, 188) |
| HSL | hsl(74, 15%, 77%) |
| CMYK | cmyk(2%, 0%, 8%, 20%) |
| LAB | lab(81.7 -4.4 8.0) |
| LCH | lch(81.7 9.1 118.8) |
| OKLCH | oklch(0.841 0.024 117.7) |
Copy-ready code
/* CSS */
color: #c9cdbc;
background-color: #c9cdbc;
/* Tailwind (arbitrary) */
class="text-[#c9cdbc] bg-[#c9cdbc]"
/* SCSS */
$brand: #c9cdbc;
/* SwiftUI */
Color(red: 0.788, green: 0.804, blue: 0.737)
/* Android */
Color.parseColor("#c9cdbc")Accessibility — WCAG contrast
Aa
#c9cdbc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cdbc on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.4%
Blue73.7%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow8.3%
Key (black)19.6%
Color previews
#c9cdbc text on a black background
contrast 12.94:1
Card sample
#c9cdbc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cdbc;
Background color
Panel with #c9cdbc background
background-color: #c9cdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 205, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 205, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cdbc; background: linear-gradient(135deg, #c9cdbc, #BECDBC);