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