#cfdedc
a light, soft cyan · cool · closest name: silver
RGB
207, 222, 220
HSL
172°, 19%, 84%
CMYK
7, 0, 1, 13
Luminance
0.7068
Every format
| HEX | #cfdedc |
| RGB | rgb(207, 222, 220) |
| HSL | hsl(172, 19%, 84%) |
| CMYK | cmyk(7%, 0%, 1%, 13%) |
| LAB | lab(87.3 -5.4 -0.8) |
| LCH | lch(87.3 5.4 187.9) |
| OKLCH | oklch(0.889 0.016 187.3) |
Copy-ready code
/* CSS */
color: #cfdedc;
background-color: #cfdedc;
/* Tailwind (arbitrary) */
class="text-[#cfdedc] bg-[#cfdedc]"
/* SCSS */
$brand: #cfdedc;
/* SwiftUI */
Color(red: 0.812, green: 0.871, blue: 0.863)
/* Android */
Color.parseColor("#cfdedc")Accessibility — WCAG contrast
Aa
#cfdedc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdedc on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.1%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow0.9%
Key (black)12.9%
Color previews
#cfdedc text on a black background
contrast 15.14:1
Card sample
#cfdedc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdedc;
Background color
Panel with #cfdedc background
background-color: #cfdedc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdedc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 222, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 222, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdedc; background: linear-gradient(135deg, #cfdedc, #CFD6DE);