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