#fdafc3
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 175, 195
HSL
345°, 95%, 84%
CMYK
0, 31, 23, 1
Luminance
0.5548
Every format
| HEX | #fdafc3 |
| RGB | rgb(253, 175, 195) |
| HSL | hsl(345, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 23%, 1%) |
| LAB | lab(79.3 31.2 1.4) |
| LCH | lch(79.3 31.2 2.6) |
| OKLCH | oklch(0.834 0.094 2.5) |
Copy-ready code
/* CSS */
color: #fdafc3;
background-color: #fdafc3;
/* Tailwind (arbitrary) */
class="text-[#fdafc3] bg-[#fdafc3]"
/* SCSS */
$brand: #fdafc3;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.765)
/* Android */
Color.parseColor("#fdafc3")Accessibility — WCAG contrast
Aa
#fdafc3 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdafc3 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow22.9%
Key (black)0.8%
Color previews
#fdafc3 text on a black background
contrast 12.10:1
Card sample
#fdafc3 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdafc3;
Background color
Panel with #fdafc3 background
background-color: #fdafc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdafc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdafc3; background: linear-gradient(135deg, #fdafc3, #FDCFAF);