#fdafcf
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 175, 207
HSL
335°, 95%, 84%
CMYK
0, 31, 18, 1
Luminance
0.5605
Every format
| HEX | #fdafcf |
| RGB | rgb(253, 175, 207) |
| HSL | hsl(335, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 18%, 1%) |
| LAB | lab(79.6 33.0 -4.6) |
| LCH | lch(79.6 33.3 352.0) |
| OKLCH | oklch(0.837 0.099 353.2) |
Copy-ready code
/* CSS */
color: #fdafcf;
background-color: #fdafcf;
/* Tailwind (arbitrary) */
class="text-[#fdafcf] bg-[#fdafcf]"
/* SCSS */
$brand: #fdafcf;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.812)
/* Android */
Color.parseColor("#fdafcf")Accessibility — WCAG contrast
Aa
#fdafcf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdafcf on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow18.2%
Key (black)0.8%
Color previews
#fdafcf text on a black background
contrast 12.21:1
Card sample
#fdafcf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdafcf;
Background color
Panel with #fdafcf background
background-color: #fdafcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdafcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdafcf; background: linear-gradient(135deg, #fdafcf, #FDC3AF);