#fda5ac
a light, electric red · warm · closest name: pink
RGB
253, 165, 172
HSL
355°, 96%, 82%
CMYK
0, 35, 32, 1
Luminance
0.5077
Every format
| HEX | #fda5ac |
| RGB | rgb(253, 165, 172) |
| HSL | hsl(355, 96%, 82%) |
| CMYK | cmyk(0%, 35%, 32%, 1%) |
| LAB | lab(76.5 33.4 9.9) |
| LCH | lch(76.5 34.8 16.6) |
| OKLCH | oklch(0.811 0.105 14.5) |
Copy-ready code
/* CSS */
color: #fda5ac;
background-color: #fda5ac;
/* Tailwind (arbitrary) */
class="text-[#fda5ac] bg-[#fda5ac]"
/* SCSS */
$brand: #fda5ac;
/* SwiftUI */
Color(red: 0.992, green: 0.647, blue: 0.675)
/* Android */
Color.parseColor("#fda5ac")Accessibility — WCAG contrast
Aa
#fda5ac on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda5ac on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow32.0%
Key (black)0.8%
Color previews
#fda5ac text on a black background
contrast 11.15:1
Card sample
#fda5ac text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda5ac;
Background color
Panel with #fda5ac background
background-color: #fda5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 165, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 165, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda5ac; background: linear-gradient(135deg, #fda5ac, #FDD9A5);