#fda992
a light, electric red · warm · closest name: salmon
RGB
253, 169, 146
HSL
13°, 96%, 78%
CMYK
0, 33, 42, 1
Luminance
0.5133
Every format
| HEX | #fda992 |
| RGB | rgb(253, 169, 146) |
| HSL | hsl(13, 96%, 78%) |
| CMYK | cmyk(0%, 33%, 42%, 1%) |
| LAB | lab(76.9 28.3 24.5) |
| LCH | lch(76.9 37.4 40.9) |
| OKLCH | oklch(0.811 0.105 36.0) |
Copy-ready code
/* CSS */
color: #fda992;
background-color: #fda992;
/* Tailwind (arbitrary) */
class="text-[#fda992] bg-[#fda992]"
/* SCSS */
$brand: #fda992;
/* SwiftUI */
Color(red: 0.992, green: 0.663, blue: 0.573)
/* Android */
Color.parseColor("#fda992")Accessibility — WCAG contrast
Aa
#fda992 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda992 on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.3%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow42.3%
Key (black)0.8%
Color previews
#fda992 text on a black background
contrast 11.27:1
Card sample
#fda992 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda992;
Background color
Panel with #fda992 background
background-color: #fda992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 169, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 169, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda992; background: linear-gradient(135deg, #fda992, #FDF092);