#cfdadf
a light, soft cyan · cool · closest name: silver
RGB
207, 218, 223
HSL
199°, 20%, 84%
CMYK
7, 2, 0, 13
Luminance
0.6874
Every format
| HEX | #cfdadf |
| RGB | rgb(207, 218, 223) |
| HSL | hsl(199, 20%, 84%) |
| CMYK | cmyk(7%, 2%, 0%, 13%) |
| LAB | lab(86.4 -2.7 -3.7) |
| LCH | lch(86.4 4.6 233.7) |
| OKLCH | oklch(0.881 0.014 226.6) |
Copy-ready code
/* CSS */
color: #cfdadf;
background-color: #cfdadf;
/* Tailwind (arbitrary) */
class="text-[#cfdadf] bg-[#cfdadf]"
/* SCSS */
$brand: #cfdadf;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.875)
/* Android */
Color.parseColor("#cfdadf")Accessibility — WCAG contrast
Aa
#cfdadf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdadf on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta2.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cfdadf text on a black background
contrast 14.75:1
Card sample
#cfdadf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdadf;
Background color
Panel with #cfdadf background
background-color: #cfdadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdadf; background: linear-gradient(135deg, #cfdadf, #CFCFDF);