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