#cdcdc7
a light, muted gray · cool · closest name: silver
RGB
205, 205, 199
HSL
60°, 6%, 79%
CMYK
0, 0, 3, 20
Luminance
0.6077
Every format
| HEX | #cdcdc7 |
| RGB | rgb(205, 205, 199) |
| HSL | hsl(60, 6%, 79%) |
| CMYK | cmyk(0%, 0%, 3%, 20%) |
| LAB | lab(82.3 -1.1 3.0) |
| LCH | lch(82.3 3.2 109.9) |
| OKLCH | oklch(0.847 0.008 106.6) |
Copy-ready code
/* CSS */
color: #cdcdc7;
background-color: #cdcdc7;
/* Tailwind (arbitrary) */
class="text-[#cdcdc7] bg-[#cdcdc7]"
/* SCSS */
$brand: #cdcdc7;
/* SwiftUI */
Color(red: 0.804, green: 0.804, blue: 0.780)
/* Android */
Color.parseColor("#cdcdc7")Accessibility — WCAG contrast
Aa
#cdcdc7 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcdc7 on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.4%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow2.9%
Key (black)19.6%
Color previews
#cdcdc7 text on a black background
contrast 13.15:1
Card sample
#cdcdc7 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcdc7;
Background color
Panel with #cdcdc7 background
background-color: #cdcdc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcdc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 205, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 205, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcdc7; background: linear-gradient(135deg, #cdcdc7, #C9CDC7);