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