#fda7ac
a light, electric red · warm · closest name: pink
RGB
253, 167, 172
HSL
357°, 96%, 82%
CMYK
0, 34, 32, 1
Luminance
0.5150
Every format
| HEX | #fda7ac |
| RGB | rgb(253, 167, 172) |
| HSL | hsl(357, 96%, 82%) |
| CMYK | cmyk(0%, 34%, 32%, 1%) |
| LAB | lab(77.0 32.3 10.6) |
| LCH | lch(77.0 34.0 18.1) |
| OKLCH | oklch(0.814 0.102 15.8) |
Copy-ready code
/* CSS */
color: #fda7ac;
background-color: #fda7ac;
/* Tailwind (arbitrary) */
class="text-[#fda7ac] bg-[#fda7ac]"
/* SCSS */
$brand: #fda7ac;
/* SwiftUI */
Color(red: 0.992, green: 0.655, blue: 0.675)
/* Android */
Color.parseColor("#fda7ac")Accessibility — WCAG contrast
Aa
#fda7ac on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda7ac on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow32.0%
Key (black)0.8%
Color previews
#fda7ac text on a black background
contrast 11.30:1
Card sample
#fda7ac text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda7ac;
Background color
Panel with #fda7ac background
background-color: #fda7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 167, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 167, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda7ac; background: linear-gradient(135deg, #fda7ac, #FDDBA7);