#fdacbf
a light, electric red · warm · closest name: pink
RGB
253, 172, 191
HSL
346°, 95%, 83%
CMYK
0, 32, 25, 1
Luminance
0.5415
Every format
| HEX | #fdacbf |
| RGB | rgb(253, 172, 191) |
| HSL | hsl(346, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 25%, 1%) |
| LAB | lab(78.5 32.2 2.5) |
| LCH | lch(78.5 32.3 4.4) |
| OKLCH | oklch(0.828 0.098 4.1) |
Copy-ready code
/* CSS */
color: #fdacbf;
background-color: #fdacbf;
/* Tailwind (arbitrary) */
class="text-[#fdacbf] bg-[#fdacbf]"
/* SCSS */
$brand: #fdacbf;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.749)
/* Android */
Color.parseColor("#fdacbf")Accessibility — WCAG contrast
Aa
#fdacbf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdacbf on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow24.5%
Key (black)0.8%
Color previews
#fdacbf text on a black background
contrast 11.83:1
Card sample
#fdacbf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdacbf;
Background color
Panel with #fdacbf background
background-color: #fdacbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdacbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdacbf; background: linear-gradient(135deg, #fdacbf, #FDCFAC);