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