#fda2ac
a light, electric red · warm · closest name: pink
RGB
253, 162, 172
HSL
353°, 96%, 81%
CMYK
0, 36, 32, 1
Luminance
0.4970
Every format
| HEX | #fda2ac |
| RGB | rgb(253, 162, 172) |
| HSL | hsl(353, 96%, 81%) |
| CMYK | cmyk(0%, 36%, 32%, 1%) |
| LAB | lab(75.9 34.9 9.0) |
| LCH | lch(75.9 36.1 14.4) |
| OKLCH | oklch(0.805 0.109 12.6) |
Copy-ready code
/* CSS */
color: #fda2ac;
background-color: #fda2ac;
/* Tailwind (arbitrary) */
class="text-[#fda2ac] bg-[#fda2ac]"
/* SCSS */
$brand: #fda2ac;
/* SwiftUI */
Color(red: 0.992, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#fda2ac")Accessibility — WCAG contrast
Aa
#fda2ac on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda2ac on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow32.0%
Key (black)0.8%
Color previews
#fda2ac text on a black background
contrast 10.94:1
Card sample
#fda2ac text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda2ac;
Background color
Panel with #fda2ac background
background-color: #fda2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda2ac; background: linear-gradient(135deg, #fda2ac, #FDD5A2);