#cdcfc7
a light, muted gray · cool · closest name: silver
RGB
205, 207, 199
HSL
75°, 8%, 80%
CMYK
1, 0, 4, 19
Luminance
0.6173
Every format
| HEX | #cdcfc7 |
| RGB | rgb(205, 207, 199) |
| HSL | hsl(75, 8%, 80%) |
| CMYK | cmyk(1%, 0%, 4%, 19%) |
| LAB | lab(82.8 -2.1 3.7) |
| LCH | lch(82.8 4.3 119.6) |
| OKLCH | oklch(0.851 0.011 118.1) |
Copy-ready code
/* CSS */
color: #cdcfc7;
background-color: #cdcfc7;
/* Tailwind (arbitrary) */
class="text-[#cdcfc7] bg-[#cdcfc7]"
/* SCSS */
$brand: #cdcfc7;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.780)
/* Android */
Color.parseColor("#cdcfc7")Accessibility — WCAG contrast
Aa
#cdcfc7 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfc7 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue78.0%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow3.9%
Key (black)18.8%
Color previews
#cdcfc7 text on a black background
contrast 13.35:1
Card sample
#cdcfc7 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfc7;
Background color
Panel with #cdcfc7 background
background-color: #cdcfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfc7; background: linear-gradient(135deg, #cdcfc7, #C8CFC7);