#c8d7cd
a light, soft green · cool · closest name: silver
RGB
200, 215, 205
HSL
140°, 16%, 81%
CMYK
7, 0, 5, 16
Luminance
0.6529
Every format
| HEX | #c8d7cd |
| RGB | rgb(200, 215, 205) |
| HSL | hsl(140, 16%, 81%) |
| CMYK | cmyk(7%, 0%, 5%, 16%) |
| LAB | lab(84.6 -6.9 3.2) |
| LCH | lch(84.6 7.6 155.2) |
| OKLCH | oklch(0.865 0.021 156.8) |
Copy-ready code
/* CSS */
color: #c8d7cd;
background-color: #c8d7cd;
/* Tailwind (arbitrary) */
class="text-[#c8d7cd] bg-[#c8d7cd]"
/* SCSS */
$brand: #c8d7cd;
/* SwiftUI */
Color(red: 0.784, green: 0.843, blue: 0.804)
/* Android */
Color.parseColor("#c8d7cd")Accessibility — WCAG contrast
Aa
#c8d7cd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8d7cd on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green84.3%
Blue80.4%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow4.7%
Key (black)15.7%
Color previews
#c8d7cd text on a black background
contrast 14.06:1
Card sample
#c8d7cd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8d7cd;
Background color
Panel with #c8d7cd background
background-color: #c8d7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8d7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 215, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 215, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8d7cd; background: linear-gradient(135deg, #c8d7cd, #C8D7D7);