#fdbbc9
a pale, electric red · warm · “pink”
RGB
253, 187, 201
HSL
347°, 94%, 86%
CMYK
0, 26, 21, 1
Luminance
0.6064
Every format
| HEX | #fdbbc9 |
| RGB | rgb(253, 187, 201) |
| HSL | hsl(347, 94%, 86%) |
| CMYK | cmyk(0%, 26%, 21%, 1%) |
| LAB | lab(82.2 25.8 2.3) |
| LCH | lch(82.2 25.9 5.2) |
| OKLCH | oklch(0.856 0.078 4.8) |
Copy-ready code
/* CSS */
color: #fdbbc9;
background-color: #fdbbc9;
/* Tailwind (arbitrary) */
class="text-[#fdbbc9] bg-[#fdbbc9]"
/* SCSS */
$brand: #fdbbc9;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.788)
/* Android */
Color.parseColor("#fdbbc9")Accessibility — WCAG contrast
Aa
#fdbbc9 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbbc9 on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow20.6%
Key (black)0.8%
Color previews
#fdbbc9 text on a black background
contrast 13.13:1
Card sample
#fdbbc9 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbbc9;
Background color
Panel with #fdbbc9 background
background-color: #fdbbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbbc9; background: linear-gradient(135deg, #fdbbc9, #FDD9BB);