#dfccc7
a light, soft red · warm · closest name: silver
RGB
223, 204, 199
HSL
13°, 27%, 83%
CMYK
0, 9, 11, 13
Luminance
0.6300
Every format
| HEX | #dfccc7 |
| RGB | rgb(223, 204, 199) |
| HSL | hsl(13, 27%, 83%) |
| CMYK | cmyk(0%, 9%, 11%, 13%) |
| LAB | lab(83.4 5.8 4.9) |
| LCH | lch(83.4 7.6 40.2) |
| OKLCH | oklch(0.859 0.022 35.1) |
Copy-ready code
/* CSS */
color: #dfccc7;
background-color: #dfccc7;
/* Tailwind (arbitrary) */
class="text-[#dfccc7] bg-[#dfccc7]"
/* SCSS */
$brand: #dfccc7;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.780)
/* Android */
Color.parseColor("#dfccc7")Accessibility — WCAG contrast
Aa
#dfccc7 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccc7 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow10.8%
Key (black)12.5%
Color previews
#dfccc7 text on a black background
contrast 13.60:1
Card sample
#dfccc7 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccc7;
Background color
Panel with #dfccc7 background
background-color: #dfccc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccc7; background: linear-gradient(135deg, #dfccc7, #DFDCC7);