#fda9ac
a light, electric red · warm · closest name: pink
RGB
253, 169, 172
HSL
358°, 96%, 83%
CMYK
0, 33, 32, 1
Luminance
0.5224
Every format
| HEX | #fda9ac |
| RGB | rgb(253, 169, 172) |
| HSL | hsl(358, 96%, 83%) |
| CMYK | cmyk(0%, 33%, 32%, 1%) |
| LAB | lab(77.4 31.3 11.2) |
| LCH | lch(77.4 33.2 19.7) |
| OKLCH | oklch(0.817 0.099 17.1) |
Copy-ready code
/* CSS */
color: #fda9ac;
background-color: #fda9ac;
/* Tailwind (arbitrary) */
class="text-[#fda9ac] bg-[#fda9ac]"
/* SCSS */
$brand: #fda9ac;
/* SwiftUI */
Color(red: 0.992, green: 0.663, blue: 0.675)
/* Android */
Color.parseColor("#fda9ac")Accessibility — WCAG contrast
Aa
#fda9ac on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda9ac on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow32.0%
Key (black)0.8%
Color previews
#fda9ac text on a black background
contrast 11.45:1
Card sample
#fda9ac text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda9ac;
Background color
Panel with #fda9ac background
background-color: #fda9ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda9ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 169, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 169, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda9ac; background: linear-gradient(135deg, #fda9ac, #FDDEA9);