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