#fda4cf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 164, 207
HSL
331°, 96%, 82%
CMYK
0, 35, 18, 1
Luminance
0.5194
Every format
| HEX | #fda4cf |
| RGB | rgb(253, 164, 207) |
| HSL | hsl(331, 96%, 82%) |
| CMYK | cmyk(0%, 35%, 18%, 1%) |
| LAB | lab(77.3 38.7 -8.2) |
| LCH | lch(77.3 39.5 348.1) |
| OKLCH | oklch(0.819 0.117 349.6) |
Copy-ready code
/* CSS */
color: #fda4cf;
background-color: #fda4cf;
/* Tailwind (arbitrary) */
class="text-[#fda4cf] bg-[#fda4cf]"
/* SCSS */
$brand: #fda4cf;
/* SwiftUI */
Color(red: 0.992, green: 0.643, blue: 0.812)
/* Android */
Color.parseColor("#fda4cf")Accessibility — WCAG contrast
Aa
#fda4cf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda4cf on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow18.2%
Key (black)0.8%
Color previews
#fda4cf text on a black background
contrast 11.39:1
Card sample
#fda4cf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda4cf;
Background color
Panel with #fda4cf background
background-color: #fda4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 164, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 164, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda4cf; background: linear-gradient(135deg, #fda4cf, #FDB4A4);