#fdac94
a light, electric red · warm · closest name: salmon
RGB
253, 172, 148
HSL
14°, 96%, 79%
CMYK
0, 32, 42, 1
Luminance
0.5253
Every format
| HEX | #fdac94 |
| RGB | rgb(253, 172, 148) |
| HSL | hsl(14, 96%, 79%) |
| CMYK | cmyk(0%, 32%, 42%, 1%) |
| LAB | lab(77.6 26.9 24.4) |
| LCH | lch(77.6 36.4 42.2) |
| OKLCH | oklch(0.817 0.102 37.2) |
Copy-ready code
/* CSS */
color: #fdac94;
background-color: #fdac94;
/* Tailwind (arbitrary) */
class="text-[#fdac94] bg-[#fdac94]"
/* SCSS */
$brand: #fdac94;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.580)
/* Android */
Color.parseColor("#fdac94")Accessibility — WCAG contrast
Aa
#fdac94 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac94 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow41.5%
Key (black)0.8%
Color previews
#fdac94 text on a black background
contrast 11.51:1
Card sample
#fdac94 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac94;
Background color
Panel with #fdac94 background
background-color: #fdac94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac94; background: linear-gradient(135deg, #fdac94, #FDF294);