#fdbfba
a pale, electric red · warm · closest name: pink
RGB
253, 191, 186
HSL
5°, 94%, 86%
CMYK
0, 25, 27, 1
Luminance
0.6169
Every format
| HEX | #fdbfba |
| RGB | rgb(253, 191, 186) |
| HSL | hsl(5, 94%, 86%) |
| CMYK | cmyk(0%, 25%, 27%, 1%) |
| LAB | lab(82.8 21.6 11.2) |
| LCH | lch(82.8 24.3 27.5) |
| OKLCH | oklch(0.860 0.072 23.9) |
Copy-ready code
/* CSS */
color: #fdbfba;
background-color: #fdbfba;
/* Tailwind (arbitrary) */
class="text-[#fdbfba] bg-[#fdbfba]"
/* SCSS */
$brand: #fdbfba;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#fdbfba")Accessibility — WCAG contrast
Aa
#fdbfba on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfba on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow26.5%
Key (black)0.8%
Color previews
#fdbfba text on a black background
contrast 13.34:1
Card sample
#fdbfba text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfba;
Background color
Panel with #fdbfba background
background-color: #fdbfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfba; background: linear-gradient(135deg, #fdbfba, #FDECBA);