#fdaca0
a light, electric red · warm · closest name: pink
RGB
253, 172, 160
HSL
8°, 96%, 81%
CMYK
0, 32, 37, 1
Luminance
0.5293
Every format
| HEX | #fdaca0 |
| RGB | rgb(253, 172, 160) |
| HSL | hsl(8, 96%, 81%) |
| CMYK | cmyk(0%, 32%, 37%, 1%) |
| LAB | lab(77.8 28.3 18.3) |
| LCH | lch(77.8 33.7 32.9) |
| OKLCH | oklch(0.820 0.098 28.7) |
Copy-ready code
/* CSS */
color: #fdaca0;
background-color: #fdaca0;
/* Tailwind (arbitrary) */
class="text-[#fdaca0] bg-[#fdaca0]"
/* SCSS */
$brand: #fdaca0;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.627)
/* Android */
Color.parseColor("#fdaca0")Accessibility — WCAG contrast
Aa
#fdaca0 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaca0 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow36.8%
Key (black)0.8%
Color previews
#fdaca0 text on a black background
contrast 11.59:1
Card sample
#fdaca0 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaca0;
Background color
Panel with #fdaca0 background
background-color: #fdaca0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaca0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaca0; background: linear-gradient(135deg, #fdaca0, #FDEAA0);