#fdbabd
a pale, electric red · warm · closest name: pink
RGB
253, 186, 189
HSL
357°, 94%, 86%
CMYK
0, 27, 25, 1
Luminance
0.5967
Every format
| HEX | #fdbabd |
| RGB | rgb(253, 186, 189) |
| HSL | hsl(357, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 25%, 1%) |
| LAB | lab(81.7 24.6 8.0) |
| LCH | lch(81.7 25.9 18.1) |
| OKLCH | oklch(0.851 0.078 15.9) |
Copy-ready code
/* CSS */
color: #fdbabd;
background-color: #fdbabd;
/* Tailwind (arbitrary) */
class="text-[#fdbabd] bg-[#fdbabd]"
/* SCSS */
$brand: #fdbabd;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.741)
/* Android */
Color.parseColor("#fdbabd")Accessibility — WCAG contrast
Aa
#fdbabd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbabd on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow25.3%
Key (black)0.8%
Color previews
#fdbabd text on a black background
contrast 12.93:1
Card sample
#fdbabd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbabd;
Background color
Panel with #fdbabd background
background-color: #fdbabd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbabd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbabd; background: linear-gradient(135deg, #fdbabd, #FDE4BA);