#fdbab7
a pale, electric red · warm · closest name: pink
RGB
253, 186, 183
HSL
3°, 95%, 86%
CMYK
0, 27, 28, 1
Luminance
0.5942
Every format
| HEX | #fdbab7 |
| RGB | rgb(253, 186, 183) |
| HSL | hsl(3, 95%, 86%) |
| CMYK | cmyk(0%, 27%, 28%, 1%) |
| LAB | lab(81.5 23.8 11.1) |
| LCH | lch(81.5 26.2 24.9) |
| OKLCH | oklch(0.850 0.078 21.7) |
Copy-ready code
/* CSS */
color: #fdbab7;
background-color: #fdbab7;
/* Tailwind (arbitrary) */
class="text-[#fdbab7] bg-[#fdbab7]"
/* SCSS */
$brand: #fdbab7;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.718)
/* Android */
Color.parseColor("#fdbab7")Accessibility — WCAG contrast
Aa
#fdbab7 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbab7 on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow27.7%
Key (black)0.8%
Color previews
#fdbab7 text on a black background
contrast 12.88:1
Card sample
#fdbab7 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbab7;
Background color
Panel with #fdbab7 background
background-color: #fdbab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbab7; background: linear-gradient(135deg, #fdbab7, #FDE9B7);