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