#cddfde
a light, soft cyan · cool · closest name: silver
RGB
205, 223, 222
HSL
177°, 22%, 84%
CMYK
8, 0, 0, 13
Luminance
0.7103
Every format
| HEX | #cddfde |
| RGB | rgb(205, 223, 222) |
| HSL | hsl(177, 22%, 84%) |
| CMYK | cmyk(8%, 0%, 0%, 13%) |
| LAB | lab(87.5 -6.2 -1.6) |
| LCH | lch(87.5 6.4 194.3) |
| OKLCH | oklch(0.890 0.019 192.8) |
Copy-ready code
/* CSS */
color: #cddfde;
background-color: #cddfde;
/* Tailwind (arbitrary) */
class="text-[#cddfde] bg-[#cddfde]"
/* SCSS */
$brand: #cddfde;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.871)
/* Android */
Color.parseColor("#cddfde")Accessibility — WCAG contrast
Aa
#cddfde on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfde on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue87.1%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow0.4%
Key (black)12.5%
Color previews
#cddfde text on a black background
contrast 15.21:1
Card sample
#cddfde text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfde;
Background color
Panel with #cddfde background
background-color: #cddfde;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfde;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfde; background: linear-gradient(135deg, #cddfde, #CDD4DF);