#fda3cd
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 163, 205
HSL
332°, 96%, 82%
CMYK
0, 36, 19, 1
Luminance
0.5148
Every format
| HEX | #fda3cd |
| RGB | rgb(253, 163, 205) |
| HSL | hsl(332, 96%, 82%) |
| CMYK | cmyk(0%, 36%, 19%, 1%) |
| LAB | lab(77.0 38.9 -7.5) |
| LCH | lch(77.0 39.6 349.1) |
| OKLCH | oklch(0.817 0.118 350.5) |
Copy-ready code
/* CSS */
color: #fda3cd;
background-color: #fda3cd;
/* Tailwind (arbitrary) */
class="text-[#fda3cd] bg-[#fda3cd]"
/* SCSS */
$brand: #fda3cd;
/* SwiftUI */
Color(red: 0.992, green: 0.639, blue: 0.804)
/* Android */
Color.parseColor("#fda3cd")Accessibility — WCAG contrast
Aa
#fda3cd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda3cd on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow19.0%
Key (black)0.8%
Color previews
#fda3cd text on a black background
contrast 11.30:1
Card sample
#fda3cd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda3cd;
Background color
Panel with #fda3cd background
background-color: #fda3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 163, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 163, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda3cd; background: linear-gradient(135deg, #fda3cd, #FDB5A3);