#fdacba
a light, electric red · warm · closest name: pink
RGB
253, 172, 186
HSL
350°, 95%, 83%
CMYK
0, 32, 27, 1
Luminance
0.5393
Every format
| HEX | #fdacba |
| RGB | rgb(253, 172, 186) |
| HSL | hsl(350, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 27%, 1%) |
| LAB | lab(78.4 31.5 5.0) |
| LCH | lch(78.4 31.9 9.0) |
| OKLCH | oklch(0.826 0.096 8.0) |
Copy-ready code
/* CSS */
color: #fdacba;
background-color: #fdacba;
/* Tailwind (arbitrary) */
class="text-[#fdacba] bg-[#fdacba]"
/* SCSS */
$brand: #fdacba;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#fdacba")Accessibility — WCAG contrast
Aa
#fdacba on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdacba on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow26.5%
Key (black)0.8%
Color previews
#fdacba text on a black background
contrast 11.79:1
Card sample
#fdacba text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdacba;
Background color
Panel with #fdacba background
background-color: #fdacba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdacba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdacba; background: linear-gradient(135deg, #fdacba, #FDD4AC);