#fda8ac
a light, electric red · warm · closest name: pink
RGB
253, 168, 172
HSL
357°, 96%, 83%
CMYK
0, 34, 32, 1
Luminance
0.5187
Every format
| HEX | #fda8ac |
| RGB | rgb(253, 168, 172) |
| HSL | hsl(357, 96%, 83%) |
| CMYK | cmyk(0%, 34%, 32%, 1%) |
| LAB | lab(77.2 31.8 10.9) |
| LCH | lch(77.2 33.6 18.9) |
| OKLCH | oklch(0.816 0.101 16.4) |
Copy-ready code
/* CSS */
color: #fda8ac;
background-color: #fda8ac;
/* Tailwind (arbitrary) */
class="text-[#fda8ac] bg-[#fda8ac]"
/* SCSS */
$brand: #fda8ac;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.675)
/* Android */
Color.parseColor("#fda8ac")Accessibility — WCAG contrast
Aa
#fda8ac on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda8ac on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow32.0%
Key (black)0.8%
Color previews
#fda8ac text on a black background
contrast 11.37:1
Card sample
#fda8ac text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda8ac;
Background color
Panel with #fda8ac background
background-color: #fda8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda8ac; background: linear-gradient(135deg, #fda8ac, #FDDDA8);