#fda0cd
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 160, 205
HSL
331°, 96%, 81%
CMYK
0, 37, 19, 1
Luminance
0.5043
Every format
| HEX | #fda0cd |
| RGB | rgb(253, 160, 205) |
| HSL | hsl(331, 96%, 81%) |
| CMYK | cmyk(0%, 37%, 19%, 1%) |
| LAB | lab(76.3 40.5 -8.4) |
| LCH | lch(76.3 41.3 348.2) |
| OKLCH | oklch(0.812 0.122 349.7) |
Copy-ready code
/* CSS */
color: #fda0cd;
background-color: #fda0cd;
/* Tailwind (arbitrary) */
class="text-[#fda0cd] bg-[#fda0cd]"
/* SCSS */
$brand: #fda0cd;
/* SwiftUI */
Color(red: 0.992, green: 0.627, blue: 0.804)
/* Android */
Color.parseColor("#fda0cd")Accessibility — WCAG contrast
Aa
#fda0cd on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda0cd on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow19.0%
Key (black)0.8%
Color previews
#fda0cd text on a black background
contrast 11.09:1
Card sample
#fda0cd text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda0cd;
Background color
Panel with #fda0cd background
background-color: #fda0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 160, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 160, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda0cd; background: linear-gradient(135deg, #fda0cd, #FDB1A0);