#cddacf
a light, muted green · cool · closest name: silver
RGB
205, 218, 207
HSL
129°, 15%, 83%
CMYK
6, 0, 5, 15
Luminance
0.6763
Every format
| HEX | #cddacf |
| RGB | rgb(205, 218, 207) |
| HSL | hsl(129, 15%, 83%) |
| CMYK | cmyk(6%, 0%, 5%, 15%) |
| LAB | lab(85.8 -6.4 3.9) |
| LCH | lch(85.8 7.5 148.6) |
| OKLCH | oklch(0.875 0.021 150.1) |
Copy-ready code
/* CSS */
color: #cddacf;
background-color: #cddacf;
/* Tailwind (arbitrary) */
class="text-[#cddacf] bg-[#cddacf]"
/* SCSS */
$brand: #cddacf;
/* SwiftUI */
Color(red: 0.804, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#cddacf")Accessibility — WCAG contrast
Aa
#cddacf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddacf on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.5%
Blue81.2%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#cddacf text on a black background
contrast 14.53:1
Card sample
#cddacf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddacf;
Background color
Panel with #cddacf background
background-color: #cddacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddacf; background: linear-gradient(135deg, #cddacf, #CDDAD8);