#ccdcdf
a light, soft cyan · cool · closest name: silver
RGB
204, 220, 223
HSL
190°, 23%, 84%
CMYK
9, 1, 0, 13
Luminance
0.6935
Every format
| HEX | #ccdcdf |
| RGB | rgb(204, 220, 223) |
| HSL | hsl(190, 23%, 84%) |
| CMYK | cmyk(9%, 1%, 0%, 13%) |
| LAB | lab(86.7 -4.8 -3.3) |
| LCH | lch(86.7 5.8 214.8) |
| OKLCH | oklch(0.883 0.018 210.2) |
Copy-ready code
/* CSS */
color: #ccdcdf;
background-color: #ccdcdf;
/* Tailwind (arbitrary) */
class="text-[#ccdcdf] bg-[#ccdcdf]"
/* SCSS */
$brand: #ccdcdf;
/* SwiftUI */
Color(red: 0.800, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#ccdcdf")Accessibility — WCAG contrast
Aa
#ccdcdf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdcdf on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green86.3%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ccdcdf text on a black background
contrast 14.87:1
Card sample
#ccdcdf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdcdf;
Background color
Panel with #ccdcdf background
background-color: #ccdcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdcdf; background: linear-gradient(135deg, #ccdcdf, #CCCFDF);