#cdd3c5
a light, muted green · cool · closest name: silver
RGB
205, 211, 197
HSL
86°, 14%, 80%
CMYK
3, 0, 7, 17
Luminance
0.6360
Every format
| HEX | #cdd3c5 |
| RGB | rgb(205, 211, 197) |
| HSL | hsl(86, 14%, 80%) |
| CMYK | cmyk(3%, 0%, 7%, 17%) |
| LAB | lab(83.8 -4.6 6.2) |
| LCH | lch(83.8 7.7 126.2) |
| OKLCH | oklch(0.858 0.020 125.9) |
Copy-ready code
/* CSS */
color: #cdd3c5;
background-color: #cdd3c5;
/* Tailwind (arbitrary) */
class="text-[#cdd3c5] bg-[#cdd3c5]"
/* SCSS */
$brand: #cdd3c5;
/* SwiftUI */
Color(red: 0.804, green: 0.827, blue: 0.773)
/* Android */
Color.parseColor("#cdd3c5")Accessibility — WCAG contrast
Aa
#cdd3c5 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd3c5 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.7%
Blue77.3%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow6.6%
Key (black)17.3%
Color previews
#cdd3c5 text on a black background
contrast 13.72:1
Card sample
#cdd3c5 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd3c5;
Background color
Panel with #cdd3c5 background
background-color: #cdd3c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd3c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 211, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 211, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd3c5; background: linear-gradient(135deg, #cdd3c5, #C5D3C6);