#cdd4ce
a light, muted gray · cool · closest name: silver
RGB
205, 212, 206
HSL
129°, 8%, 82%
CMYK
3, 0, 3, 17
Luminance
0.6452
Every format
| HEX | #cdd4ce |
| RGB | rgb(205, 212, 206) |
| HSL | hsl(129, 8%, 82%) |
| CMYK | cmyk(3%, 0%, 3%, 17%) |
| LAB | lab(84.2 -3.5 2.1) |
| LCH | lch(84.2 4.1 148.3) |
| OKLCH | oklch(0.863 0.011 149.8) |
Copy-ready code
/* CSS */
color: #cdd4ce;
background-color: #cdd4ce;
/* Tailwind (arbitrary) */
class="text-[#cdd4ce] bg-[#cdd4ce]"
/* SCSS */
$brand: #cdd4ce;
/* SwiftUI */
Color(red: 0.804, green: 0.831, blue: 0.808)
/* Android */
Color.parseColor("#cdd4ce")Accessibility — WCAG contrast
Aa
#cdd4ce on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd4ce on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.1%
Blue80.8%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow2.8%
Key (black)16.9%
Color previews
#cdd4ce text on a black background
contrast 13.90:1
Card sample
#cdd4ce text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd4ce;
Background color
Panel with #cdd4ce background
background-color: #cdd4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 212, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 212, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd4ce; background: linear-gradient(135deg, #cdd4ce, #CDD4D3);