#fda8af
a light, electric red · warm · closest name: pink
RGB
253, 168, 175
HSL
355°, 96%, 83%
CMYK
0, 34, 31, 1
Luminance
0.5198
Every format
| HEX | #fda8af |
| RGB | rgb(253, 168, 175) |
| HSL | hsl(355, 96%, 83%) |
| CMYK | cmyk(0%, 34%, 31%, 1%) |
| LAB | lab(77.3 32.2 9.3) |
| LCH | lch(77.3 33.5 16.2) |
| OKLCH | oklch(0.816 0.101 14.1) |
Copy-ready code
/* CSS */
color: #fda8af;
background-color: #fda8af;
/* Tailwind (arbitrary) */
class="text-[#fda8af] bg-[#fda8af]"
/* SCSS */
$brand: #fda8af;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.686)
/* Android */
Color.parseColor("#fda8af")Accessibility — WCAG contrast
Aa
#fda8af on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda8af on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow30.8%
Key (black)0.8%
Color previews
#fda8af text on a black background
contrast 11.40:1
Card sample
#fda8af text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda8af;
Background color
Panel with #fda8af background
background-color: #fda8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda8af; background: linear-gradient(135deg, #fda8af, #FDDAA8);