#dfc6cb
a light, soft red · warm · closest name: silver
RGB
223, 198, 203
HSL
348°, 28%, 83%
CMYK
0, 11, 9, 13
Luminance
0.6039
Every format
| HEX | #dfc6cb |
| RGB | rgb(223, 198, 203) |
| HSL | hsl(348, 28%, 83%) |
| CMYK | cmyk(0%, 11%, 9%, 13%) |
| LAB | lab(82.0 9.6 0.7) |
| LCH | lch(82.0 9.6 4.3) |
| OKLCH | oklch(0.849 0.029 4.1) |
Copy-ready code
/* CSS */
color: #dfc6cb;
background-color: #dfc6cb;
/* Tailwind (arbitrary) */
class="text-[#dfc6cb] bg-[#dfc6cb]"
/* SCSS */
$brand: #dfc6cb;
/* SwiftUI */
Color(red: 0.875, green: 0.776, blue: 0.796)
/* Android */
Color.parseColor("#dfc6cb")Accessibility — WCAG contrast
Aa
#dfc6cb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc6cb on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green77.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow9.0%
Key (black)12.5%
Color previews
#dfc6cb text on a black background
contrast 13.08:1
Card sample
#dfc6cb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc6cb;
Background color
Panel with #dfc6cb background
background-color: #dfc6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 198, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 198, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc6cb; background: linear-gradient(135deg, #dfc6cb, #DFD2C6);