#fda3ac
a light, electric red · warm · closest name: pink
RGB
253, 163, 172
HSL
354°, 96%, 82%
CMYK
0, 36, 32, 1
Luminance
0.5006
Every format
| HEX | #fda3ac |
| RGB | rgb(253, 163, 172) |
| HSL | hsl(354, 96%, 82%) |
| CMYK | cmyk(0%, 36%, 32%, 1%) |
| LAB | lab(76.1 34.4 9.3) |
| LCH | lch(76.1 35.6 15.1) |
| OKLCH | oklch(0.807 0.107 13.2) |
Copy-ready code
/* CSS */
color: #fda3ac;
background-color: #fda3ac;
/* Tailwind (arbitrary) */
class="text-[#fda3ac] bg-[#fda3ac]"
/* SCSS */
$brand: #fda3ac;
/* SwiftUI */
Color(red: 0.992, green: 0.639, blue: 0.675)
/* Android */
Color.parseColor("#fda3ac")Accessibility — WCAG contrast
Aa
#fda3ac on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda3ac on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow32.0%
Key (black)0.8%
Color previews
#fda3ac text on a black background
contrast 11.01:1
Card sample
#fda3ac text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda3ac;
Background color
Panel with #fda3ac background
background-color: #fda3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 163, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 163, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda3ac; background: linear-gradient(135deg, #fda3ac, #FDD6A3);