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