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