#cdd3cc
a light, muted gray · cool · closest name: silver
RGB
205, 211, 204
HSL
111°, 7%, 81%
CMYK
3, 0, 3, 17
Luminance
0.6393
Every format
| HEX | #cdd3cc |
| RGB | rgb(205, 211, 204) |
| HSL | hsl(111, 7%, 81%) |
| CMYK | cmyk(3%, 0%, 3%, 17%) |
| LAB | lab(83.9 -3.3 2.8) |
| LCH | lch(83.9 4.3 140.4) |
| OKLCH | oklch(0.860 0.011 141.3) |
Copy-ready code
/* CSS */
color: #cdd3cc;
background-color: #cdd3cc;
/* Tailwind (arbitrary) */
class="text-[#cdd3cc] bg-[#cdd3cc]"
/* SCSS */
$brand: #cdd3cc;
/* SwiftUI */
Color(red: 0.804, green: 0.827, blue: 0.800)
/* Android */
Color.parseColor("#cdd3cc")Accessibility — WCAG contrast
Aa
#cdd3cc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd3cc on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.7%
Blue80.0%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow3.3%
Key (black)17.3%
Color previews
#cdd3cc text on a black background
contrast 13.79:1
Card sample
#cdd3cc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd3cc;
Background color
Panel with #cdd3cc background
background-color: #cdd3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 211, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 211, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd3cc; background: linear-gradient(135deg, #cdd3cc, #CCD3D0);