#fdac97
a light, electric red · warm · closest name: pink
RGB
253, 172, 151
HSL
12°, 96%, 79%
CMYK
0, 32, 40, 1
Luminance
0.5262
Every format
| HEX | #fdac97 |
| RGB | rgb(253, 172, 151) |
| HSL | hsl(12, 96%, 79%) |
| CMYK | cmyk(0%, 32%, 40%, 1%) |
| LAB | lab(77.7 27.3 22.9) |
| LCH | lch(77.7 35.6 40.0) |
| OKLCH | oklch(0.818 0.101 35.2) |
Copy-ready code
/* CSS */
color: #fdac97;
background-color: #fdac97;
/* Tailwind (arbitrary) */
class="text-[#fdac97] bg-[#fdac97]"
/* SCSS */
$brand: #fdac97;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.592)
/* Android */
Color.parseColor("#fdac97")Accessibility — WCAG contrast
Aa
#fdac97 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac97 on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow40.3%
Key (black)0.8%
Color previews
#fdac97 text on a black background
contrast 11.52:1
Card sample
#fdac97 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac97;
Background color
Panel with #fdac97 background
background-color: #fdac97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac97; background: linear-gradient(135deg, #fdac97, #FDF097);