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