#fda2c5
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 162, 197
HSL
337°, 96%, 81%
CMYK
0, 36, 22, 1
Luminance
0.5075
Every format
| HEX | #fda2c5 |
| RGB | rgb(253, 162, 197) |
| HSL | hsl(337, 96%, 81%) |
| CMYK | cmyk(0%, 36%, 22%, 1%) |
| LAB | lab(76.5 38.3 -3.8) |
| LCH | lch(76.5 38.5 354.4) |
| OKLCH | oklch(0.813 0.115 355.3) |
Copy-ready code
/* CSS */
color: #fda2c5;
background-color: #fda2c5;
/* Tailwind (arbitrary) */
class="text-[#fda2c5] bg-[#fda2c5]"
/* SCSS */
$brand: #fda2c5;
/* SwiftUI */
Color(red: 0.992, green: 0.635, blue: 0.773)
/* Android */
Color.parseColor("#fda2c5")Accessibility — WCAG contrast
Aa
#fda2c5 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda2c5 on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.5%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow22.1%
Key (black)0.8%
Color previews
#fda2c5 text on a black background
contrast 11.15:1
Card sample
#fda2c5 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda2c5;
Background color
Panel with #fda2c5 background
background-color: #fda2c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda2c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 162, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 162, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda2c5; background: linear-gradient(135deg, #fda2c5, #FDBCA2);