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