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