#ccdcdc
a light, soft cyan · cool · closest name: silver
RGB
204, 220, 220
HSL
180°, 19%, 83%
CMYK
7, 0, 0, 14
Luminance
0.6919
Every format
| HEX | #ccdcdc |
| RGB | rgb(204, 220, 220) |
| HSL | hsl(180, 19%, 83%) |
| CMYK | cmyk(7%, 0%, 0%, 14%) |
| LAB | lab(86.6 -5.3 -1.8) |
| LCH | lch(86.6 5.7 199.0) |
| OKLCH | oklch(0.882 0.017 196.8) |
Copy-ready code
/* CSS */
color: #ccdcdc;
background-color: #ccdcdc;
/* Tailwind (arbitrary) */
class="text-[#ccdcdc] bg-[#ccdcdc]"
/* SCSS */
$brand: #ccdcdc;
/* SwiftUI */
Color(red: 0.800, green: 0.863, blue: 0.863)
/* Android */
Color.parseColor("#ccdcdc")Accessibility — WCAG contrast
Aa
#ccdcdc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdcdc on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green86.3%
Blue86.3%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow0.0%
Key (black)13.7%
Color previews
#ccdcdc text on a black background
contrast 14.84:1
Card sample
#ccdcdc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdcdc;
Background color
Panel with #ccdcdc background
background-color: #ccdcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 220, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 220, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdcdc; background: linear-gradient(135deg, #ccdcdc, #CCD1DC);