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