#fda2ad
a light, electric red · warm · closest name: pink
RGB
253, 162, 173
HSL
353°, 96%, 81%
CMYK
0, 36, 32, 1
Luminance
0.4974
Every format
| HEX | #fda2ad |
| RGB | rgb(253, 162, 173) |
| HSL | hsl(353, 96%, 81%) |
| CMYK | cmyk(0%, 36%, 32%, 1%) |
| LAB | lab(75.9 35.0 8.5) |
| LCH | lch(75.9 36.1 13.6) |
| OKLCH | oklch(0.806 0.109 11.9) |
Copy-ready code
/* CSS */
color: #fda2ad;
background-color: #fda2ad;
/* Tailwind (arbitrary) */
class="text-[#fda2ad] bg-[#fda2ad]"
/* SCSS */
$brand: #fda2ad;
/* SwiftUI */
Color(red: 0.992, green: 0.635, blue: 0.678)
/* Android */
Color.parseColor("#fda2ad")Accessibility — WCAG contrast
Aa
#fda2ad on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda2ad on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow31.6%
Key (black)0.8%
Color previews
#fda2ad text on a black background
contrast 10.95:1
Card sample
#fda2ad text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda2ad;
Background color
Panel with #fda2ad background
background-color: #fda2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 162, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 162, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda2ad; background: linear-gradient(135deg, #fda2ad, #FDD4A2);