#cdd0c2
a light, muted green · cool · closest name: silver
RGB
205, 208, 194
HSL
73°, 13%, 79%
CMYK
1, 0, 7, 18
Luminance
0.6199
Every format
| HEX | #cdd0c2 |
| RGB | rgb(205, 208, 194) |
| HSL | hsl(73, 13%, 79%) |
| CMYK | cmyk(1%, 0%, 7%, 18%) |
| LAB | lab(82.9 -3.5 6.6) |
| LCH | lch(82.9 7.5 118.1) |
| OKLCH | oklch(0.851 0.019 116.6) |
Copy-ready code
/* CSS */
color: #cdd0c2;
background-color: #cdd0c2;
/* Tailwind (arbitrary) */
class="text-[#cdd0c2] bg-[#cdd0c2]"
/* SCSS */
$brand: #cdd0c2;
/* SwiftUI */
Color(red: 0.804, green: 0.816, blue: 0.761)
/* Android */
Color.parseColor("#cdd0c2")Accessibility — WCAG contrast
Aa
#cdd0c2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd0c2 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.6%
Blue76.1%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow6.7%
Key (black)18.4%
Color previews
#cdd0c2 text on a black background
contrast 13.40:1
Card sample
#cdd0c2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd0c2;
Background color
Panel with #cdd0c2 background
background-color: #cdd0c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd0c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 208, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 208, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd0c2; background: linear-gradient(135deg, #cdd0c2, #C4D0C2);