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