Tan
#F6A392
RedColor Codes
All color formats for development
HEX
#F6A392RGB
rgb(246, 163, 146)HSL
hsl(10, 85%, 77%)OKLCH
oklch(0.793 0.102 32.1)CMYK
cmyk(0%, 34%, 41%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3846E
2#F0664A
3#ED4726
4#DA3312
5#B62B0F
6#91220C
7#6D1A09
8#491106
9#240903
Tints
Lighter variations
1#F7AC9D
2#F8B5A8
3#F9BFB3
4#FAC8BE
5#FBD1C9
6#FBDAD4
7#FCE3DE
8#FDEDE9
9#FEF6F4
Tones
Muted variations
1#F1A697
2#ECAA9C
3#E7ADA1
4#E2B0A6
5#DDB4AB
6#D8B7B0
7#D3BAB5
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 | FCE3 #FCE3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACB #FACBC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A3 #F6A392 | BordersInactive statesPlaceholder text |
| 400 | F273 #F2735A | Disabled statesSecondary iconsMuted text |
| 500 | EE4B #EE4B2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D031 #D03111 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A527 #A5270D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 761C #761C0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B12 #4B1206 | 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: #FACBC2;
--tan-300: #F6A392;
--tan-400: #F2735A;
--tan-500: #EE4B2B;
--tan-600: #D03111;
--tan-700: #A5270D;
--tan-800: #761C0A;
--tan-900: #4B1206;
--tan-950: #2F0B04;
}