#cdd2cd
a light, muted gray · cool · closest name: silver
RGB
205, 210, 205
HSL
120°, 5%, 81%
CMYK
2, 0, 2, 18
Luminance
0.6348
Every format
| HEX | #cdd2cd |
| RGB | rgb(205, 210, 205) |
| HSL | hsl(120, 5%, 81%) |
| CMYK | cmyk(2%, 0%, 2%, 18%) |
| LAB | lab(83.7 -2.6 1.9) |
| LCH | lch(83.7 3.2 144.3) |
| OKLCH | oklch(0.859 0.009 145.5) |
Copy-ready code
/* CSS */
color: #cdd2cd;
background-color: #cdd2cd;
/* Tailwind (arbitrary) */
class="text-[#cdd2cd] bg-[#cdd2cd]"
/* SCSS */
$brand: #cdd2cd;
/* SwiftUI */
Color(red: 0.804, green: 0.824, blue: 0.804)
/* Android */
Color.parseColor("#cdd2cd")Accessibility — WCAG contrast
Aa
#cdd2cd on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd2cd on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.4%
Blue80.4%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow2.4%
Key (black)17.6%
Color previews
#cdd2cd text on a black background
contrast 13.70:1
Card sample
#cdd2cd text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd2cd;
Background color
Panel with #cdd2cd background
background-color: #cdd2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 210, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 210, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd2cd; background: linear-gradient(135deg, #cdd2cd, #CDD2D0);