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