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