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