#fdacad
a light, electric red · warm · closest name: pink
RGB
253, 172, 173
HSL
359°, 95%, 83%
CMYK
0, 32, 32, 1
Luminance
0.5340
Every format
| HEX | #fdacad |
| RGB | rgb(253, 172, 173) |
| HSL | hsl(359, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 32%, 1%) |
| LAB | lab(78.1 29.8 11.6) |
| LCH | lch(78.1 32.0 21.3) |
| OKLCH | oklch(0.823 0.096 18.5) |
Copy-ready code
/* CSS */
color: #fdacad;
background-color: #fdacad;
/* Tailwind (arbitrary) */
class="text-[#fdacad] bg-[#fdacad]"
/* SCSS */
$brand: #fdacad;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.678)
/* Android */
Color.parseColor("#fdacad")Accessibility — WCAG contrast
Aa
#fdacad on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdacad on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow31.6%
Key (black)0.8%
Color previews
#fdacad text on a black background
contrast 11.68:1
Card sample
#fdacad text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdacad;
Background color
Panel with #fdacad background
background-color: #fdacad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdacad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdacad; background: linear-gradient(135deg, #fdacad, #FDE1AC);