#cfdedf
a light, soft cyan · cool · closest name: silver
RGB
207, 222, 223
HSL
184°, 20%, 84%
CMYK
7, 0, 0, 13
Luminance
0.7084
Every format
| HEX | #cfdedf |
| RGB | rgb(207, 222, 223) |
| HSL | hsl(184, 20%, 84%) |
| CMYK | cmyk(7%, 0%, 0%, 13%) |
| LAB | lab(87.4 -4.8 -2.2) |
| LCH | lch(87.4 5.3 204.7) |
| OKLCH | oklch(0.890 0.016 201.7) |
Copy-ready code
/* CSS */
color: #cfdedf;
background-color: #cfdedf;
/* Tailwind (arbitrary) */
class="text-[#cfdedf] bg-[#cfdedf]"
/* SCSS */
$brand: #cfdedf;
/* SwiftUI */
Color(red: 0.812, green: 0.871, blue: 0.875)
/* Android */
Color.parseColor("#cfdedf")Accessibility — WCAG contrast
Aa
#cfdedf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdedf on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.1%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta0.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cfdedf text on a black background
contrast 15.17:1
Card sample
#cfdedf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdedf;
Background color
Panel with #cfdedf background
background-color: #cfdedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 222, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 222, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdedf; background: linear-gradient(135deg, #cfdedf, #CFD3DF);