#d2cfcf
a light, muted gray · warm · closest name: silver
RGB
210, 207, 207
HSL
0°, 3%, 82%
CMYK
0, 1, 1, 18
Luminance
0.6283
Every format
| HEX | #d2cfcf |
| RGB | rgb(210, 207, 207) |
| HSL | hsl(0, 3%, 82%) |
| CMYK | cmyk(0%, 1%, 1%, 18%) |
| LAB | lab(83.3 1.0 0.4) |
| LCH | lch(83.3 1.1 19.3) |
| OKLCH | oklch(0.857 0.003 17.2) |
Copy-ready code
/* CSS */
color: #d2cfcf;
background-color: #d2cfcf;
/* Tailwind (arbitrary) */
class="text-[#d2cfcf] bg-[#d2cfcf]"
/* SCSS */
$brand: #d2cfcf;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#d2cfcf")Accessibility — WCAG contrast
Aa
#d2cfcf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cfcf on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow1.4%
Key (black)17.6%
Color previews
#d2cfcf text on a black background
contrast 13.57:1
Card sample
#d2cfcf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cfcf;
Background color
Panel with #d2cfcf background
background-color: #d2cfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cfcf; background: linear-gradient(135deg, #d2cfcf, #D2D1CF);