Tan
#F5A294
RedColor Codes
All color formats for development
HEX
#F5A294RGB
rgb(245, 162, 148)HSL
hsl(9, 83%, 77%)OKLCH
oklch(0.791 0.102 30)CMYK
cmyk(0%, 34%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F28370
2#EE644C
3#EB4528
4#D83114
5#B42911
6#90210D
7#6C190A
8#481007
9#240803
Tints
Lighter variations
1#F6AC9E
2#F7B5A9
3#F8BEB4
4#F9C7BF
5#FAD1C9
6#FBDAD4
7#FCE3DF
8#FDECEA
9#FEF6F4
Tones
Muted variations
1#F0A699
2#EBA99D
3#E6ACA2
4#E2B0A7
5#DDB3AC
6#D8B7B1
7#D3BAB6
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 | F9CB #F9CBC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5A2 #F5A294 | BordersInactive statesPlaceholder text |
| 400 | F072 #F0725C | Disabled statesSecondary iconsMuted text |
| 500 | EB4A #EB4A2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD2F #CD2F13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A325 #A3250F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 751B #751B0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B11 #4B1107 | 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: #F9CBC2;
--tan-300: #F5A294;
--tan-400: #F0725C;
--tan-500: #EB4A2D;
--tan-600: #CD2F13;
--tan-700: #A3250F;
--tan-800: #751B0B;
--tan-900: #4B1107;
--tan-950: #2F0B04;
}