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