#dfafcf
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 175, 207
HSL
320°, 43%, 78%
CMYK
0, 22, 7, 13
Luminance
0.5085
Every format
| HEX | #dfafcf |
| RGB | rgb(223, 175, 207) |
| HSL | hsl(320, 43%, 78%) |
| CMYK | cmyk(0%, 22%, 7%, 13%) |
| LAB | lab(76.6 22.6 -9.5) |
| LCH | lch(76.6 24.5 337.3) |
| OKLCH | oklch(0.807 0.070 338.9) |
Copy-ready code
/* CSS */
color: #dfafcf;
background-color: #dfafcf;
/* Tailwind (arbitrary) */
class="text-[#dfafcf] bg-[#dfafcf]"
/* SCSS */
$brand: #dfafcf;
/* SwiftUI */
Color(red: 0.875, green: 0.686, blue: 0.812)
/* Android */
Color.parseColor("#dfafcf")Accessibility — WCAG contrast
Aa
#dfafcf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfafcf on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green68.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow7.2%
Key (black)12.5%
Color previews
#dfafcf text on a black background
contrast 11.17:1
Card sample
#dfafcf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfafcf;
Background color
Panel with #dfafcf background
background-color: #dfafcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfafcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 175, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 175, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfafcf; background: linear-gradient(135deg, #dfafcf, #DFAFAF);