#fda6af
a light, electric red · warm · closest name: pink
RGB
253, 166, 175
HSL
354°, 96%, 82%
CMYK
0, 34, 31, 1
Luminance
0.5125
Every format
| HEX | #fda6af |
| RGB | rgb(253, 166, 175) |
| HSL | hsl(354, 96%, 82%) |
| CMYK | cmyk(0%, 34%, 31%, 1%) |
| LAB | lab(76.8 33.2 8.7) |
| LCH | lch(76.8 34.3 14.7) |
| OKLCH | oklch(0.813 0.103 12.9) |
Copy-ready code
/* CSS */
color: #fda6af;
background-color: #fda6af;
/* Tailwind (arbitrary) */
class="text-[#fda6af] bg-[#fda6af]"
/* SCSS */
$brand: #fda6af;
/* SwiftUI */
Color(red: 0.992, green: 0.651, blue: 0.686)
/* Android */
Color.parseColor("#fda6af")Accessibility — WCAG contrast
Aa
#fda6af on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda6af on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow30.8%
Key (black)0.8%
Color previews
#fda6af text on a black background
contrast 11.25:1
Card sample
#fda6af text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda6af;
Background color
Panel with #fda6af background
background-color: #fda6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 166, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 166, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda6af; background: linear-gradient(135deg, #fda6af, #FDD7A6);