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