#fdb1ba
a light, electric red · warm · closest name: pink
RGB
253, 177, 186
HSL
353°, 95%, 84%
CMYK
0, 30, 27, 1
Luminance
0.5587
Every format
| HEX | #fdb1ba |
| RGB | rgb(253, 177, 186) |
| HSL | hsl(353, 95%, 84%) |
| CMYK | cmyk(0%, 30%, 27%, 1%) |
| LAB | lab(79.5 28.9 6.6) |
| LCH | lch(79.5 29.7 12.9) |
| OKLCH | oklch(0.835 0.089 11.4) |
Copy-ready code
/* CSS */
color: #fdb1ba;
background-color: #fdb1ba;
/* Tailwind (arbitrary) */
class="text-[#fdb1ba] bg-[#fdb1ba]"
/* SCSS */
$brand: #fdb1ba;
/* SwiftUI */
Color(red: 0.992, green: 0.694, blue: 0.729)
/* Android */
Color.parseColor("#fdb1ba")Accessibility — WCAG contrast
Aa
#fdb1ba on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb1ba on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow26.5%
Key (black)0.8%
Color previews
#fdb1ba text on a black background
contrast 12.17:1
Card sample
#fdb1ba text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb1ba;
Background color
Panel with #fdb1ba background
background-color: #fdb1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 177, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 177, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb1ba; background: linear-gradient(135deg, #fdb1ba, #FDDBB1);