Tan
#F6A593
RedColor Codes
All color formats for development
HEX
#F6A593RGB
rgb(246, 165, 147)HSL
hsl(11, 85%, 77%)OKLCH
oklch(0.797 0.1 33.1)CMYK
cmyk(0%, 33%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3876E
2#F0684A
3#ED4A26
4#DA3612
5#B62D0F
6#91240C
7#6D1B09
8#491206
9#240903
Tints
Lighter variations
1#F7AE9D
2#F8B7A8
3#F9C0B3
4#FAC9BE
5#FBD2C9
6#FBDBD4
7#FCE4DE
8#FDEDE9
9#FEF6F4
Tones
Muted variations
1#F1A897
2#ECAB9C
3#E7AEA1
4#E2B1A6
5#DDB5AB
6#D8B8B0
7#D3BBB5
8#CEBEBA
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 | FACC #FACCC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A5 #F6A592 | BordersInactive statesPlaceholder text |
| 400 | F276 #F2765A | Disabled statesSecondary iconsMuted text |
| 500 | EE4E #EE4E2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D034 #D03411 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A529 #A5290D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 761D #761D0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B13 #4B1306 | 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: #FACCC2;
--tan-300: #F6A592;
--tan-400: #F2765A;
--tan-500: #EE4E2B;
--tan-600: #D03411;
--tan-700: #A5290D;
--tan-800: #761D0A;
--tan-900: #4B1306;
--tan-950: #2F0C04;
}