#c0cdbf
a light, muted green · cool · closest name: silver
RGB
192, 205, 191
HSL
116°, 12%, 78%
CMYK
6, 0, 7, 20
Luminance
0.5863
Every format
| HEX | #c0cdbf |
| RGB | rgb(192, 205, 191) |
| HSL | hsl(116, 12%, 78%) |
| CMYK | cmyk(6%, 0%, 7%, 20%) |
| LAB | lab(81.1 -7.0 5.5) |
| LCH | lch(81.1 8.9 142.1) |
| OKLCH | oklch(0.834 0.024 143.3) |
Copy-ready code
/* CSS */
color: #c0cdbf;
background-color: #c0cdbf;
/* Tailwind (arbitrary) */
class="text-[#c0cdbf] bg-[#c0cdbf]"
/* SCSS */
$brand: #c0cdbf;
/* SwiftUI */
Color(red: 0.753, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#c0cdbf")Accessibility — WCAG contrast
Aa
#c0cdbf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cdbf on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.4%
Blue74.9%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#c0cdbf text on a black background
contrast 12.73:1
Card sample
#c0cdbf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cdbf;
Background color
Panel with #c0cdbf background
background-color: #c0cdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cdbf; background: linear-gradient(135deg, #c0cdbf, #BFCDC7);