#d7cccb
a light, muted red · warm · closest name: silver
RGB
215, 204, 203
HSL
5°, 13%, 82%
CMYK
0, 5, 6, 16
Luminance
0.6194
Every format
| HEX | #d7cccb |
| RGB | rgb(215, 204, 203) |
| HSL | hsl(5, 13%, 82%) |
| CMYK | cmyk(0%, 5%, 6%, 16%) |
| LAB | lab(82.9 3.6 1.9) |
| LCH | lch(82.9 4.1 27.1) |
| OKLCH | oklch(0.854 0.012 23.7) |
Copy-ready code
/* CSS */
color: #d7cccb;
background-color: #d7cccb;
/* Tailwind (arbitrary) */
class="text-[#d7cccb] bg-[#d7cccb]"
/* SCSS */
$brand: #d7cccb;
/* SwiftUI */
Color(red: 0.843, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#d7cccb")Accessibility — WCAG contrast
Aa
#d7cccb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7cccb on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green80.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow5.6%
Key (black)15.7%
Color previews
#d7cccb text on a black background
contrast 13.39:1
Card sample
#d7cccb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7cccb;
Background color
Panel with #d7cccb background
background-color: #d7cccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7cccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7cccb; background: linear-gradient(135deg, #d7cccb, #D7D4CB);