#fda0c2
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 160, 194
HSL
338°, 96%, 81%
CMYK
0, 37, 23, 1
Luminance
0.4992
Every format
| HEX | #fda0c2 |
| RGB | rgb(253, 160, 194) |
| HSL | hsl(338, 96%, 81%) |
| CMYK | cmyk(0%, 37%, 23%, 1%) |
| LAB | lab(76.0 38.9 -2.9) |
| LCH | lch(76.0 39.0 355.8) |
| OKLCH | oklch(0.808 0.117 356.6) |
Copy-ready code
/* CSS */
color: #fda0c2;
background-color: #fda0c2;
/* Tailwind (arbitrary) */
class="text-[#fda0c2] bg-[#fda0c2]"
/* SCSS */
$brand: #fda0c2;
/* SwiftUI */
Color(red: 0.992, green: 0.627, blue: 0.761)
/* Android */
Color.parseColor("#fda0c2")Accessibility — WCAG contrast
Aa
#fda0c2 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda0c2 on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow23.3%
Key (black)0.8%
Color previews
#fda0c2 text on a black background
contrast 10.98:1
Card sample
#fda0c2 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda0c2;
Background color
Panel with #fda0c2 background
background-color: #fda0c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda0c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 160, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 160, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda0c2; background: linear-gradient(135deg, #fda0c2, #FDBCA0);