#d6cdcb
a light, muted red · warm · closest name: silver
RGB
214, 205, 203
HSL
11°, 12%, 82%
CMYK
0, 4, 5, 16
Luminance
0.6227
Every format
| HEX | #d6cdcb |
| RGB | rgb(214, 205, 203) |
| HSL | hsl(11, 12%, 82%) |
| CMYK | cmyk(0%, 4%, 5%, 16%) |
| LAB | lab(83.1 2.8 2.1) |
| LCH | lch(83.1 3.5 37.3) |
| OKLCH | oklch(0.855 0.010 32.5) |
Copy-ready code
/* CSS */
color: #d6cdcb;
background-color: #d6cdcb;
/* Tailwind (arbitrary) */
class="text-[#d6cdcb] bg-[#d6cdcb]"
/* SCSS */
$brand: #d6cdcb;
/* SwiftUI */
Color(red: 0.839, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#d6cdcb")Accessibility — WCAG contrast
Aa
#d6cdcb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6cdcb on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green80.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow5.1%
Key (black)16.1%
Color previews
#d6cdcb text on a black background
contrast 13.45:1
Card sample
#d6cdcb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6cdcb;
Background color
Panel with #d6cdcb background
background-color: #d6cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6cdcb; background: linear-gradient(135deg, #d6cdcb, #D6D4CB);