Tan
#F5A494
RedColor Codes
All color formats for development
HEX
#F5A494RGB
rgb(245, 164, 148)HSL
hsl(10, 83%, 77%)OKLCH
oklch(0.794 0.1 31.7)CMYK
cmyk(0%, 33%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F28570
2#EE674C
3#EB4828
4#D83514
5#B42C11
6#90230D
7#6C1A0A
8#481207
9#240903
Tints
Lighter variations
1#F6AD9E
2#F7B6A9
3#F8BFB4
4#F9C8BF
5#FAD1C9
6#FBDBD4
7#FCE4DF
8#FDEDEA
9#FEF6F4
Tones
Muted variations
1#F0A799
2#EBAA9D
3#E6AEA2
4#E2B1A7
5#DDB4AC
6#D8B7B1
7#D3BBB6
8#CEBEBB
9#C9C1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE3 #FCE3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CC #F9CCC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5A4 #F5A494 | BordersInactive statesPlaceholder text |
| 400 | F074 #F0745C | Disabled statesSecondary iconsMuted text |
| 500 | EB4D #EB4D2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD32 #CD3213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A328 #A3280F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 751C #751C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B12 #4B1207 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0B #2F0B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F1;
--tan-100: #FCE3DE;
--tan-200: #F9CCC2;
--tan-300: #F5A494;
--tan-400: #F0745C;
--tan-500: #EB4D2D;
--tan-600: #CD3213;
--tan-700: #A3280F;
--tan-800: #751C0B;
--tan-900: #4B1207;
--tan-950: #2F0B04;
}