#cdd2cb
a light, muted gray · cool · closest name: silver
RGB
205, 210, 203
HSL
103°, 7%, 81%
CMYK
2, 0, 3, 18
Luminance
0.6338
Every format
| HEX | #cdd2cb |
| RGB | rgb(205, 210, 203) |
| HSL | hsl(103, 7%, 81%) |
| CMYK | cmyk(2%, 0%, 3%, 18%) |
| LAB | lab(83.6 -3.0 2.9) |
| LCH | lch(83.6 4.1 136.1) |
| OKLCH | oklch(0.858 0.011 136.6) |
Copy-ready code
/* CSS */
color: #cdd2cb;
background-color: #cdd2cb;
/* Tailwind (arbitrary) */
class="text-[#cdd2cb] bg-[#cdd2cb]"
/* SCSS */
$brand: #cdd2cb;
/* SwiftUI */
Color(red: 0.804, green: 0.824, blue: 0.796)
/* Android */
Color.parseColor("#cdd2cb")Accessibility — WCAG contrast
Aa
#cdd2cb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd2cb on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.4%
Blue79.6%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow3.3%
Key (black)17.6%
Color previews
#cdd2cb text on a black background
contrast 13.68:1
Card sample
#cdd2cb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd2cb;
Background color
Panel with #cdd2cb background
background-color: #cdd2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 210, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 210, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd2cb; background: linear-gradient(135deg, #cdd2cb, #CBD2CE);