#cddfd9
a light, soft cyan · cool · closest name: silver
RGB
205, 223, 217
HSL
160°, 22%, 84%
CMYK
8, 0, 3, 13
Luminance
0.7076
Every format
| HEX | #cddfd9 |
| RGB | rgb(205, 223, 217) |
| HSL | hsl(160, 22%, 84%) |
| CMYK | cmyk(8%, 0%, 3%, 13%) |
| LAB | lab(87.4 -7.1 0.9) |
| LCH | lch(87.4 7.2 173.0) |
| OKLCH | oklch(0.888 0.021 173.9) |
Copy-ready code
/* CSS */
color: #cddfd9;
background-color: #cddfd9;
/* Tailwind (arbitrary) */
class="text-[#cddfd9] bg-[#cddfd9]"
/* SCSS */
$brand: #cddfd9;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.851)
/* Android */
Color.parseColor("#cddfd9")Accessibility — WCAG contrast
Aa
#cddfd9 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfd9 on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue85.1%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow2.7%
Key (black)12.5%
Color previews
#cddfd9 text on a black background
contrast 15.15:1
Card sample
#cddfd9 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfd9;
Background color
Panel with #cddfd9 background
background-color: #cddfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfd9; background: linear-gradient(135deg, #cddfd9, #CDD9DF);