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