#ccdada
a light, soft cyan · cool · closest name: silver
RGB
204, 218, 218
HSL
180°, 16%, 83%
CMYK
6, 0, 0, 15
Luminance
0.6804
Every format
| HEX | #ccdada |
| RGB | rgb(204, 218, 218) |
| HSL | hsl(180, 16%, 83%) |
| CMYK | cmyk(6%, 0%, 0%, 15%) |
| LAB | lab(86.0 -4.7 -1.6) |
| LCH | lch(86.0 5.0 199.1) |
| OKLCH | oklch(0.878 0.015 196.9) |
Copy-ready code
/* CSS */
color: #ccdada;
background-color: #ccdada;
/* Tailwind (arbitrary) */
class="text-[#ccdada] bg-[#ccdada]"
/* SCSS */
$brand: #ccdada;
/* SwiftUI */
Color(red: 0.800, green: 0.855, blue: 0.855)
/* Android */
Color.parseColor("#ccdada")Accessibility — WCAG contrast
Aa
#ccdada on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdada on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.5%
Blue85.5%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow0.0%
Key (black)14.5%
Color previews
#ccdada text on a black background
contrast 14.61:1
Card sample
#ccdada text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdada;
Background color
Panel with #ccdada background
background-color: #ccdada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 218, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 218, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdada; background: linear-gradient(135deg, #ccdada, #CCD1DA);