#dfacad
a light, soft red · warm · closest name: pink
RGB
223, 172, 173
HSL
359°, 44%, 78%
CMYK
0, 23, 22, 13
Luminance
0.4821
Every format
| HEX | #dfacad |
| RGB | rgb(223, 172, 173) |
| HSL | hsl(359, 44%, 78%) |
| CMYK | cmyk(0%, 23%, 22%, 13%) |
| LAB | lab(75.0 18.8 6.7) |
| LCH | lch(75.0 19.9 19.6) |
| OKLCH | oklch(0.791 0.060 17.2) |
Copy-ready code
/* CSS */
color: #dfacad;
background-color: #dfacad;
/* Tailwind (arbitrary) */
class="text-[#dfacad] bg-[#dfacad]"
/* SCSS */
$brand: #dfacad;
/* SwiftUI */
Color(red: 0.875, green: 0.675, blue: 0.678)
/* Android */
Color.parseColor("#dfacad")Accessibility — WCAG contrast
Aa
#dfacad on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfacad on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow22.4%
Key (black)12.5%
Color previews
#dfacad text on a black background
contrast 10.64:1
Card sample
#dfacad text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfacad;
Background color
Panel with #dfacad background
background-color: #dfacad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfacad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 172, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 172, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfacad; background: linear-gradient(135deg, #dfacad, #DFCDAC);