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