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