#c9cdba
a light, soft green · cool · closest name: silver
RGB
201, 205, 186
HSL
73°, 16%, 77%
CMYK
2, 0, 9, 20
Luminance
0.5963
Every format
| HEX | #c9cdba |
| RGB | rgb(201, 205, 186) |
| HSL | hsl(73, 16%, 77%) |
| CMYK | cmyk(2%, 0%, 9%, 20%) |
| LAB | lab(81.6 -4.7 9.0) |
| LCH | lch(81.6 10.2 117.8) |
| OKLCH | oklch(0.840 0.026 116.6) |
Copy-ready code
/* CSS */
color: #c9cdba;
background-color: #c9cdba;
/* Tailwind (arbitrary) */
class="text-[#c9cdba] bg-[#c9cdba]"
/* SCSS */
$brand: #c9cdba;
/* SwiftUI */
Color(red: 0.788, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#c9cdba")Accessibility — WCAG contrast
Aa
#c9cdba on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cdba on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.4%
Blue72.9%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#c9cdba text on a black background
contrast 12.93:1
Card sample
#c9cdba text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cdba;
Background color
Panel with #c9cdba background
background-color: #c9cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cdba; background: linear-gradient(135deg, #c9cdba, #BCCDBA);