#cadcda
a light, soft cyan · cool · closest name: silver
RGB
202, 220, 218
HSL
173°, 21%, 83%
CMYK
8, 0, 1, 14
Luminance
0.6880
Every format
| HEX | #cadcda |
| RGB | rgb(202, 220, 218) |
| HSL | hsl(173, 21%, 83%) |
| CMYK | cmyk(8%, 0%, 1%, 14%) |
| LAB | lab(86.4 -6.4 -1.1) |
| LCH | lch(86.4 6.5 189.6) |
| OKLCH | oklch(0.880 0.019 188.8) |
Copy-ready code
/* CSS */
color: #cadcda;
background-color: #cadcda;
/* Tailwind (arbitrary) */
class="text-[#cadcda] bg-[#cadcda]"
/* SCSS */
$brand: #cadcda;
/* SwiftUI */
Color(red: 0.792, green: 0.863, blue: 0.855)
/* Android */
Color.parseColor("#cadcda")Accessibility — WCAG contrast
Aa
#cadcda on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadcda on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green86.3%
Blue85.5%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow0.9%
Key (black)13.7%
Color previews
#cadcda text on a black background
contrast 14.76:1
Card sample
#cadcda text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadcda;
Background color
Panel with #cadcda background
background-color: #cadcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 220, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 220, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadcda; background: linear-gradient(135deg, #cadcda, #CAD2DC);