#fda3af
a light, electric red · warm · closest name: pink
RGB
253, 163, 175
HSL
352°, 96%, 82%
CMYK
0, 36, 31, 1
Luminance
0.5017
Every format
| HEX | #fda3af |
| RGB | rgb(253, 163, 175) |
| HSL | hsl(352, 96%, 82%) |
| CMYK | cmyk(0%, 36%, 31%, 1%) |
| LAB | lab(76.2 34.8 7.8) |
| LCH | lch(76.2 35.6 12.6) |
| OKLCH | oklch(0.808 0.107 11.1) |
Copy-ready code
/* CSS */
color: #fda3af;
background-color: #fda3af;
/* Tailwind (arbitrary) */
class="text-[#fda3af] bg-[#fda3af]"
/* SCSS */
$brand: #fda3af;
/* SwiftUI */
Color(red: 0.992, green: 0.639, blue: 0.686)
/* Android */
Color.parseColor("#fda3af")Accessibility — WCAG contrast
Aa
#fda3af on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda3af on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow30.8%
Key (black)0.8%
Color previews
#fda3af text on a black background
contrast 11.03:1
Card sample
#fda3af text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda3af;
Background color
Panel with #fda3af background
background-color: #fda3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 163, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 163, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda3af; background: linear-gradient(135deg, #fda3af, #FDD3A3);