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