#fdaaad
a light, electric red · warm · closest name: pink
RGB
253, 170, 173
HSL
358°, 95%, 83%
CMYK
0, 33, 32, 1
Luminance
0.5265
Every format
| HEX | #fdaaad |
| RGB | rgb(253, 170, 173) |
| HSL | hsl(358, 95%, 83%) |
| CMYK | cmyk(0%, 33%, 32%, 1%) |
| LAB | lab(77.7 30.9 11.0) |
| LCH | lch(77.7 32.8 19.6) |
| OKLCH | oklch(0.819 0.098 17.1) |
Copy-ready code
/* CSS */
color: #fdaaad;
background-color: #fdaaad;
/* Tailwind (arbitrary) */
class="text-[#fdaaad] bg-[#fdaaad]"
/* SCSS */
$brand: #fdaaad;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 0.678)
/* Android */
Color.parseColor("#fdaaad")Accessibility — WCAG contrast
Aa
#fdaaad on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaaad on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow31.6%
Key (black)0.8%
Color previews
#fdaaad text on a black background
contrast 11.53:1
Card sample
#fdaaad text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaaad;
Background color
Panel with #fdaaad background
background-color: #fdaaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaaad; background: linear-gradient(135deg, #fdaaad, #FDDEAA);