#c9d2cd
a light, muted green · cool · closest name: silver
RGB
201, 210, 205
HSL
147°, 9%, 81%
CMYK
4, 0, 2, 18
Luminance
0.6292
Every format
| HEX | #c9d2cd |
| RGB | rgb(201, 210, 205) |
| HSL | hsl(147, 9%, 81%) |
| CMYK | cmyk(4%, 0%, 2%, 18%) |
| LAB | lab(83.4 -4.0 1.4) |
| LCH | lch(83.4 4.2 160.5) |
| OKLCH | oklch(0.855 0.012 162.0) |
Copy-ready code
/* CSS */
color: #c9d2cd;
background-color: #c9d2cd;
/* Tailwind (arbitrary) */
class="text-[#c9d2cd] bg-[#c9d2cd]"
/* SCSS */
$brand: #c9d2cd;
/* SwiftUI */
Color(red: 0.788, green: 0.824, blue: 0.804)
/* Android */
Color.parseColor("#c9d2cd")Accessibility — WCAG contrast
Aa
#c9d2cd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d2cd on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green82.4%
Blue80.4%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow2.4%
Key (black)17.6%
Color previews
#c9d2cd text on a black background
contrast 13.58:1
Card sample
#c9d2cd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d2cd;
Background color
Panel with #c9d2cd background
background-color: #c9d2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 210, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 210, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d2cd; background: linear-gradient(135deg, #c9d2cd, #C9D1D2);