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