#d8cfcf
a light, muted red · warm · closest name: silver
RGB
216, 207, 207
HSL
0°, 10%, 83%
CMYK
0, 4, 4, 15
Luminance
0.6373
Every format
| HEX | #d8cfcf |
| RGB | rgb(216, 207, 207) |
| HSL | hsl(0, 10%, 83%) |
| CMYK | cmyk(0%, 4%, 4%, 15%) |
| LAB | lab(83.8 3.1 1.1) |
| LCH | lch(83.8 3.3 19.7) |
| OKLCH | oklch(0.862 0.010 17.4) |
Copy-ready code
/* CSS */
color: #d8cfcf;
background-color: #d8cfcf;
/* Tailwind (arbitrary) */
class="text-[#d8cfcf] bg-[#d8cfcf]"
/* SCSS */
$brand: #d8cfcf;
/* SwiftUI */
Color(red: 0.847, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#d8cfcf")Accessibility — WCAG contrast
Aa
#d8cfcf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cfcf on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green81.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow4.2%
Key (black)15.3%
Color previews
#d8cfcf text on a black background
contrast 13.75:1
Card sample
#d8cfcf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cfcf;
Background color
Panel with #d8cfcf background
background-color: #d8cfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cfcf; background: linear-gradient(135deg, #d8cfcf, #D8D5CF);