#c7cdbf
a light, muted green · cool · closest name: silver
RGB
199, 205, 191
HSL
86°, 12%, 78%
CMYK
3, 0, 7, 20
Luminance
0.5957
Every format
| HEX | #c7cdbf |
| RGB | rgb(199, 205, 191) |
| HSL | hsl(86, 12%, 78%) |
| CMYK | cmyk(3%, 0%, 7%, 20%) |
| LAB | lab(81.6 -4.6 6.3) |
| LCH | lch(81.6 7.8 126.2) |
| OKLCH | oklch(0.840 0.020 125.9) |
Copy-ready code
/* CSS */
color: #c7cdbf;
background-color: #c7cdbf;
/* Tailwind (arbitrary) */
class="text-[#c7cdbf] bg-[#c7cdbf]"
/* SCSS */
$brand: #c7cdbf;
/* SwiftUI */
Color(red: 0.780, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#c7cdbf")Accessibility — WCAG contrast
Aa
#c7cdbf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cdbf on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green80.4%
Blue74.9%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#c7cdbf text on a black background
contrast 12.91:1
Card sample
#c7cdbf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cdbf;
Background color
Panel with #c7cdbf background
background-color: #c7cdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cdbf; background: linear-gradient(135deg, #c7cdbf, #BFCDC0);