#c9d6cd
a light, muted green · cool · closest name: silver
RGB
201, 214, 205
HSL
139°, 14%, 81%
CMYK
6, 0, 4, 16
Luminance
0.6492
Every format
| HEX | #c9d6cd |
| RGB | rgb(201, 214, 205) |
| HSL | hsl(139, 14%, 81%) |
| CMYK | cmyk(6%, 0%, 4%, 16%) |
| LAB | lab(84.4 -6.0 2.9) |
| LCH | lch(84.4 6.7 154.2) |
| OKLCH | oklch(0.864 0.019 155.8) |
Copy-ready code
/* CSS */
color: #c9d6cd;
background-color: #c9d6cd;
/* Tailwind (arbitrary) */
class="text-[#c9d6cd] bg-[#c9d6cd]"
/* SCSS */
$brand: #c9d6cd;
/* SwiftUI */
Color(red: 0.788, green: 0.839, blue: 0.804)
/* Android */
Color.parseColor("#c9d6cd")Accessibility — WCAG contrast
Aa
#c9d6cd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d6cd on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green83.9%
Blue80.4%
CMYK percentages
Cyan6.1%
Magenta0.0%
Yellow4.2%
Key (black)16.1%
Color previews
#c9d6cd text on a black background
contrast 13.98:1
Card sample
#c9d6cd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d6cd;
Background color
Panel with #c9d6cd background
background-color: #c9d6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 214, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 214, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d6cd; background: linear-gradient(135deg, #c9d6cd, #C9D6D6);