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