#cdd6cf
a light, muted green · cool · closest name: silver
RGB
205, 214, 207
HSL
133°, 10%, 82%
CMYK
4, 0, 3, 16
Luminance
0.6558
Every format
| HEX | #cdd6cf |
| RGB | rgb(205, 214, 207) |
| HSL | hsl(133, 10%, 82%) |
| CMYK | cmyk(4%, 0%, 3%, 16%) |
| LAB | lab(84.8 -4.3 2.4) |
| LCH | lch(84.8 5.0 151.1) |
| OKLCH | oklch(0.867 0.014 152.6) |
Copy-ready code
/* CSS */
color: #cdd6cf;
background-color: #cdd6cf;
/* Tailwind (arbitrary) */
class="text-[#cdd6cf] bg-[#cdd6cf]"
/* SCSS */
$brand: #cdd6cf;
/* SwiftUI */
Color(red: 0.804, green: 0.839, blue: 0.812)
/* Android */
Color.parseColor("#cdd6cf")Accessibility — WCAG contrast
Aa
#cdd6cf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd6cf on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.9%
Blue81.2%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow3.3%
Key (black)16.1%
Color previews
#cdd6cf text on a black background
contrast 14.12:1
Card sample
#cdd6cf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd6cf;
Background color
Panel with #cdd6cf background
background-color: #cdd6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 214, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 214, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd6cf; background: linear-gradient(135deg, #cdd6cf, #CDD6D5);