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