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