Tan
#F5A694
RedColor Codes
All color formats for development
HEX
#F5A694RGB
rgb(245, 166, 148)HSL
hsl(11, 83%, 77%)OKLCH
oklch(0.798 0.098 33.4)CMYK
cmyk(0%, 32%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F28870
2#EE6A4C
3#EB4C28
4#D83814
5#B42F11
6#90250D
7#6C1C0A
8#481307
9#240903
Tints
Lighter variations
1#F6AE9E
2#F7B7A9
3#F8C0B4
4#F9C9BF
5#FAD2C9
6#FBDBD4
7#FCE4DF
8#FDEDEA
9#FEF6F4
Tones
Muted variations
1#F0A999
2#EBAC9D
3#E6AFA2
4#E2B2A7
5#DDB5AC
6#D8B8B1
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 | FCE4 #FCE4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CC #F9CCC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5A6 #F5A694 | BordersInactive statesPlaceholder text |
| 400 | F077 #F0775C | Disabled statesSecondary iconsMuted text |
| 500 | EB50 #EB502D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD35 #CD3513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A32A #A32A0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 751E #751E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B13 #4B1307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0C #2F0C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F1;
--tan-100: #FCE4DE;
--tan-200: #F9CCC2;
--tan-300: #F5A694;
--tan-400: #F0775C;
--tan-500: #EB502D;
--tan-600: #CD3513;
--tan-700: #A32A0F;
--tan-800: #751E0B;
--tan-900: #4B1307;
--tan-950: #2F0C04;
}