#fdbbab
a light, electric red · warm · closest name: pink
RGB
253, 187, 171
HSL
12°, 95%, 83%
CMYK
0, 26, 32, 1
Luminance
0.5936
Every format
| HEX | #fdbbab |
| RGB | rgb(253, 187, 171) |
| HSL | hsl(12, 95%, 83%) |
| CMYK | cmyk(0%, 26%, 32%, 1%) |
| LAB | lab(81.5 21.7 17.4) |
| LCH | lch(81.5 27.9 38.8) |
| OKLCH | oklch(0.849 0.080 34.1) |
Copy-ready code
/* CSS */
color: #fdbbab;
background-color: #fdbbab;
/* Tailwind (arbitrary) */
class="text-[#fdbbab] bg-[#fdbbab]"
/* SCSS */
$brand: #fdbbab;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.671)
/* Android */
Color.parseColor("#fdbbab")Accessibility — WCAG contrast
Aa
#fdbbab on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbbab on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow32.4%
Key (black)0.8%
Color previews
#fdbbab text on a black background
contrast 12.87:1
Card sample
#fdbbab text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbbab;
Background color
Panel with #fdbbab background
background-color: #fdbbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbbab; background: linear-gradient(135deg, #fdbbab, #FDF2AB);