#fdbdab
a light, electric red · warm · closest name: pink
RGB
253, 189, 171
HSL
13°, 95%, 83%
CMYK
0, 25, 32, 1
Luminance
0.6022
Every format
| HEX | #fdbdab |
| RGB | rgb(253, 189, 171) |
| HSL | hsl(13, 95%, 83%) |
| CMYK | cmyk(0%, 25%, 32%, 1%) |
| LAB | lab(82.0 20.7 18.1) |
| LCH | lch(82.0 27.5 41.2) |
| OKLCH | oklch(0.852 0.079 36.3) |
Copy-ready code
/* CSS */
color: #fdbdab;
background-color: #fdbdab;
/* Tailwind (arbitrary) */
class="text-[#fdbdab] bg-[#fdbdab]"
/* SCSS */
$brand: #fdbdab;
/* SwiftUI */
Color(red: 0.992, green: 0.741, blue: 0.671)
/* Android */
Color.parseColor("#fdbdab")Accessibility — WCAG contrast
Aa
#fdbdab on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbdab on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow32.4%
Key (black)0.8%
Color previews
#fdbdab text on a black background
contrast 13.04:1
Card sample
#fdbdab text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbdab;
Background color
Panel with #fdbdab background
background-color: #fdbdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 189, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 189, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbdab; background: linear-gradient(135deg, #fdbdab, #FDF4AB);