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