#fdafad
a light, electric red · warm · closest name: pink
RGB
253, 175, 173
HSL
2°, 95%, 84%
CMYK
0, 31, 32, 1
Luminance
0.5456
Every format
| HEX | #fdafad |
| RGB | rgb(253, 175, 173) |
| HSL | hsl(2, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 32%, 1%) |
| LAB | lab(78.8 28.3 12.6) |
| LCH | lch(78.8 30.9 24.0) |
| OKLCH | oklch(0.828 0.092 20.9) |
Copy-ready code
/* CSS */
color: #fdafad;
background-color: #fdafad;
/* Tailwind (arbitrary) */
class="text-[#fdafad] bg-[#fdafad]"
/* SCSS */
$brand: #fdafad;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#fdafad")Accessibility — WCAG contrast
Aa
#fdafad on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdafad on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow31.6%
Key (black)0.8%
Color previews
#fdafad text on a black background
contrast 11.91:1
Card sample
#fdafad text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdafad;
Background color
Panel with #fdafad background
background-color: #fdafad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdafad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdafad; background: linear-gradient(135deg, #fdafad, #FDE4AD);