#fdabcb
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 171, 203
HSL
337°, 95%, 83%
CMYK
0, 32, 20, 1
Luminance
0.5432
Every format
| HEX | #fdabcb |
| RGB | rgb(253, 171, 203) |
| HSL | hsl(337, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 20%, 1%) |
| LAB | lab(78.7 34.5 -3.9) |
| LCH | lch(78.7 34.7 353.5) |
| OKLCH | oklch(0.829 0.103 354.5) |
Copy-ready code
/* CSS */
color: #fdabcb;
background-color: #fdabcb;
/* Tailwind (arbitrary) */
class="text-[#fdabcb] bg-[#fdabcb]"
/* SCSS */
$brand: #fdabcb;
/* SwiftUI */
Color(red: 0.992, green: 0.671, blue: 0.796)
/* Android */
Color.parseColor("#fdabcb")Accessibility — WCAG contrast
Aa
#fdabcb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdabcb on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow19.8%
Key (black)0.8%
Color previews
#fdabcb text on a black background
contrast 11.86:1
Card sample
#fdabcb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdabcb;
Background color
Panel with #fdabcb background
background-color: #fdabcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdabcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 171, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 171, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdabcb; background: linear-gradient(135deg, #fdabcb, #FDC2AB);