#fdabc7
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 171, 199
HSL
340°, 95%, 83%
CMYK
0, 32, 21, 1
Luminance
0.5413
Every format
| HEX | #fdabc7 |
| RGB | rgb(253, 171, 199) |
| HSL | hsl(340, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 21%, 1%) |
| LAB | lab(78.5 33.9 -1.9) |
| LCH | lch(78.5 33.9 356.8) |
| OKLCH | oklch(0.828 0.102 357.4) |
Copy-ready code
/* CSS */
color: #fdabc7;
background-color: #fdabc7;
/* Tailwind (arbitrary) */
class="text-[#fdabc7] bg-[#fdabc7]"
/* SCSS */
$brand: #fdabc7;
/* SwiftUI */
Color(red: 0.992, green: 0.671, blue: 0.780)
/* Android */
Color.parseColor("#fdabc7")Accessibility — WCAG contrast
Aa
#fdabc7 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdabc7 on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.1%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow21.3%
Key (black)0.8%
Color previews
#fdabc7 text on a black background
contrast 11.83:1
Card sample
#fdabc7 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdabc7;
Background color
Panel with #fdabc7 background
background-color: #fdabc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdabc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 171, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 171, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdabc7; background: linear-gradient(135deg, #fdabc7, #FDC6AB);