#cfd3c8
a light, muted green · cool · closest name: silver
RGB
207, 211, 200
HSL
82°, 11%, 81%
CMYK
2, 0, 5, 17
Luminance
0.6402
Every format
| HEX | #cfd3c8 |
| RGB | rgb(207, 211, 200) |
| HSL | hsl(82, 11%, 81%) |
| CMYK | cmyk(2%, 0%, 5%, 17%) |
| LAB | lab(84.0 -3.3 5.0) |
| LCH | lch(84.0 6.0 123.9) |
| OKLCH | oklch(0.861 0.016 123.1) |
Copy-ready code
/* CSS */
color: #cfd3c8;
background-color: #cfd3c8;
/* Tailwind (arbitrary) */
class="text-[#cfd3c8] bg-[#cfd3c8]"
/* SCSS */
$brand: #cfd3c8;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.784)
/* Android */
Color.parseColor("#cfd3c8")Accessibility — WCAG contrast
Aa
#cfd3c8 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd3c8 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue78.4%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow5.2%
Key (black)17.3%
Color previews
#cfd3c8 text on a black background
contrast 13.80:1
Card sample
#cfd3c8 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd3c8;
Background color
Panel with #cfd3c8 background
background-color: #cfd3c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd3c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd3c8; background: linear-gradient(135deg, #cfd3c8, #C8D3C8);