#fdaca6
a light, electric red · warm · closest name: pink
RGB
253, 172, 166
HSL
4°, 96%, 82%
CMYK
0, 32, 34, 1
Luminance
0.5314
Every format
| HEX | #fdaca6 |
| RGB | rgb(253, 172, 166) |
| HSL | hsl(4, 96%, 82%) |
| CMYK | cmyk(0%, 32%, 34%, 1%) |
| LAB | lab(78.0 29.0 15.2) |
| LCH | lch(78.0 32.7 27.7) |
| OKLCH | oklch(0.821 0.096 24.1) |
Copy-ready code
/* CSS */
color: #fdaca6;
background-color: #fdaca6;
/* Tailwind (arbitrary) */
class="text-[#fdaca6] bg-[#fdaca6]"
/* SCSS */
$brand: #fdaca6;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.651)
/* Android */
Color.parseColor("#fdaca6")Accessibility — WCAG contrast
Aa
#fdaca6 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaca6 on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow34.4%
Key (black)0.8%
Color previews
#fdaca6 text on a black background
contrast 11.63:1
Card sample
#fdaca6 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaca6;
Background color
Panel with #fdaca6 background
background-color: #fdaca6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaca6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaca6; background: linear-gradient(135deg, #fdaca6, #FDE6A6);