#cfd7c7
a light, soft green · cool · closest name: silver
RGB
207, 215, 199
HSL
90°, 17%, 81%
CMYK
4, 0, 7, 16
Luminance
0.6599
Every format
| HEX | #cfd7c7 |
| RGB | rgb(207, 215, 199) |
| HSL | hsl(90, 17%, 81%) |
| CMYK | cmyk(4%, 0%, 7%, 16%) |
| LAB | lab(85.0 -5.6 7.0) |
| LCH | lch(85.0 8.9 128.7) |
| OKLCH | oklch(0.869 0.023 128.8) |
Copy-ready code
/* CSS */
color: #cfd7c7;
background-color: #cfd7c7;
/* Tailwind (arbitrary) */
class="text-[#cfd7c7] bg-[#cfd7c7]"
/* SCSS */
$brand: #cfd7c7;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.780)
/* Android */
Color.parseColor("#cfd7c7")Accessibility — WCAG contrast
Aa
#cfd7c7 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd7c7 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue78.0%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow7.4%
Key (black)15.7%
Color previews
#cfd7c7 text on a black background
contrast 14.20:1
Card sample
#cfd7c7 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd7c7;
Background color
Panel with #cfd7c7 background
background-color: #cfd7c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd7c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd7c7; background: linear-gradient(135deg, #cfd7c7, #C7D7CA);