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