#cfdcda
a light, soft cyan · cool · closest name: silver
RGB
207, 220, 218
HSL
171°, 16%, 84%
CMYK
6, 0, 1, 14
Luminance
0.6951
Every format
| HEX | #cfdcda |
| RGB | rgb(207, 220, 218) |
| HSL | hsl(171, 16%, 84%) |
| CMYK | cmyk(6%, 0%, 1%, 14%) |
| LAB | lab(86.8 -4.7 -0.5) |
| LCH | lch(86.8 4.8 186.4) |
| OKLCH | oklch(0.884 0.014 185.9) |
Copy-ready code
/* CSS */
color: #cfdcda;
background-color: #cfdcda;
/* Tailwind (arbitrary) */
class="text-[#cfdcda] bg-[#cfdcda]"
/* SCSS */
$brand: #cfdcda;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.855)
/* Android */
Color.parseColor("#cfdcda")Accessibility — WCAG contrast
Aa
#cfdcda on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdcda on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue85.5%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow0.9%
Key (black)13.7%
Color previews
#cfdcda text on a black background
contrast 14.90:1
Card sample
#cfdcda text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdcda;
Background color
Panel with #cfdcda background
background-color: #cfdcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdcda; background: linear-gradient(135deg, #cfdcda, #CFD5DC);