Tan
#F4A595
RedColor Codes
All color formats for development
HEX
#F4A595RGB
rgb(244, 165, 149)HSL
hsl(10, 81%, 77%)OKLCH
oklch(0.795 0.097 31.9)CMYK
cmyk(0%, 32%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F08671
2#EC684E
3#E94A2A
4#D53616
5#B22D13
6#8E240F
7#6B1B0B
8#471207
9#240904
Tints
Lighter variations
1#F5AE9F
2#F6B7AA
3#F7C0B5
4#F8C9BF
5#F9D2CA
6#FBDBD5
7#FCE4DF
8#FDEDEA
9#FEF6F4
Tones
Muted variations
1#EFA89A
2#EAAB9E
3#E6AEA3
4#E1B1A8
5#DCB5AD
6#D7B8B1
7#D3BBB6
8#CEBEBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE4 #FCE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CC #F9CCC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A5 #F4A595 | BordersInactive statesPlaceholder text |
| 400 | EE76 #EE765D | Disabled statesSecondary iconsMuted text |
| 500 | E94E #E94E2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB34 #CB3415 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A229 #A22911 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731D #731D0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A13 #4A1308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0C #2E0C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F1;
--tan-100: #FCE4DF;
--tan-200: #F9CCC3;
--tan-300: #F4A595;
--tan-400: #EE765D;
--tan-500: #E94E2F;
--tan-600: #CB3415;
--tan-700: #A22911;
--tan-800: #731D0C;
--tan-900: #4A1308;
--tan-950: #2E0C05;
}