#cdd8cb
a light, muted green · cool · closest name: silver
RGB
205, 216, 203
HSL
111°, 14%, 82%
CMYK
5, 0, 6, 15
Luminance
0.6640
Every format
| HEX | #cdd8cb |
| RGB | rgb(205, 216, 203) |
| HSL | hsl(111, 14%, 82%) |
| CMYK | cmyk(5%, 0%, 6%, 15%) |
| LAB | lab(85.2 -6.1 5.1) |
| LCH | lch(85.2 8.0 139.9) |
| OKLCH | oklch(0.870 0.021 140.9) |
Copy-ready code
/* CSS */
color: #cdd8cb;
background-color: #cdd8cb;
/* Tailwind (arbitrary) */
class="text-[#cdd8cb] bg-[#cdd8cb]"
/* SCSS */
$brand: #cdd8cb;
/* SwiftUI */
Color(red: 0.804, green: 0.847, blue: 0.796)
/* Android */
Color.parseColor("#cdd8cb")Accessibility — WCAG contrast
Aa
#cdd8cb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd8cb on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.7%
Blue79.6%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow6.0%
Key (black)15.3%
Color previews
#cdd8cb text on a black background
contrast 14.28:1
Card sample
#cdd8cb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd8cb;
Background color
Panel with #cdd8cb background
background-color: #cdd8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 216, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 216, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd8cb; background: linear-gradient(135deg, #cdd8cb, #CBD8D2);