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