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