#c6d3cd
a light, muted green · cool · closest name: silver
RGB
198, 211, 205
HSL
152°, 13%, 80%
CMYK
6, 0, 3, 17
Luminance
0.6300
Every format
| HEX | #c6d3cd |
| RGB | rgb(198, 211, 205) |
| HSL | hsl(152, 13%, 80%) |
| CMYK | cmyk(6%, 0%, 3%, 17%) |
| LAB | lab(83.4 -5.5 1.4) |
| LCH | lch(83.4 5.7 165.3) |
| OKLCH | oklch(0.855 0.016 166.7) |
Copy-ready code
/* CSS */
color: #c6d3cd;
background-color: #c6d3cd;
/* Tailwind (arbitrary) */
class="text-[#c6d3cd] bg-[#c6d3cd]"
/* SCSS */
$brand: #c6d3cd;
/* SwiftUI */
Color(red: 0.776, green: 0.827, blue: 0.804)
/* Android */
Color.parseColor("#c6d3cd")Accessibility — WCAG contrast
Aa
#c6d3cd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6d3cd on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green82.7%
Blue80.4%
CMYK percentages
Cyan6.2%
Magenta0.0%
Yellow2.8%
Key (black)17.3%
Color previews
#c6d3cd text on a black background
contrast 13.60:1
Card sample
#c6d3cd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6d3cd;
Background color
Panel with #c6d3cd background
background-color: #c6d3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6d3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 211, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 211, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6d3cd; background: linear-gradient(135deg, #c6d3cd, #C6D0D3);