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