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