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