#fda1cf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 161, 207
HSL
330°, 96%, 81%
CMYK
0, 36, 18, 1
Luminance
0.5088
Every format
| HEX | #fda1cf |
| RGB | rgb(253, 161, 207) |
| HSL | hsl(330, 96%, 81%) |
| CMYK | cmyk(0%, 36%, 18%, 1%) |
| LAB | lab(76.6 40.3 -9.1) |
| LCH | lch(76.6 41.3 347.2) |
| OKLCH | oklch(0.814 0.122 348.8) |
Copy-ready code
/* CSS */
color: #fda1cf;
background-color: #fda1cf;
/* Tailwind (arbitrary) */
class="text-[#fda1cf] bg-[#fda1cf]"
/* SCSS */
$brand: #fda1cf;
/* SwiftUI */
Color(red: 0.992, green: 0.631, blue: 0.812)
/* Android */
Color.parseColor("#fda1cf")Accessibility — WCAG contrast
Aa
#fda1cf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda1cf on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow18.2%
Key (black)0.8%
Color previews
#fda1cf text on a black background
contrast 11.18:1
Card sample
#fda1cf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda1cf;
Background color
Panel with #fda1cf background
background-color: #fda1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 161, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 161, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda1cf; background: linear-gradient(135deg, #fda1cf, #FDB0A1);