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