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