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