#fdabac
a light, electric red · warm · closest name: pink
RGB
253, 171, 172
HSL
359°, 95%, 83%
CMYK
0, 32, 32, 1
Luminance
0.5299
Every format
| HEX | #fdabac |
| RGB | rgb(253, 171, 172) |
| HSL | hsl(359, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 32%, 1%) |
| LAB | lab(77.9 30.2 11.8) |
| LCH | lch(77.9 32.5 21.4) |
| OKLCH | oklch(0.821 0.097 18.6) |
Copy-ready code
/* CSS */
color: #fdabac;
background-color: #fdabac;
/* Tailwind (arbitrary) */
class="text-[#fdabac] bg-[#fdabac]"
/* SCSS */
$brand: #fdabac;
/* SwiftUI */
Color(red: 0.992, green: 0.671, blue: 0.675)
/* Android */
Color.parseColor("#fdabac")Accessibility — WCAG contrast
Aa
#fdabac on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdabac on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow32.0%
Key (black)0.8%
Color previews
#fdabac text on a black background
contrast 11.60:1
Card sample
#fdabac text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdabac;
Background color
Panel with #fdabac background
background-color: #fdabac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdabac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 171, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 171, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdabac; background: linear-gradient(135deg, #fdabac, #FDE1AB);