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