Tan
#F6AA92
RedColor Codes
All color formats for development
HEX
#F6AA92RGB
rgb(246, 170, 146)HSL
hsl(14, 85%, 77%)OKLCH
oklch(0.805 0.096 38.3)CMYK
cmyk(0%, 31%, 41%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F38D6E
2#F0714A
3#ED5426
4#DA4012
5#B6360F
6#912B0C
7#6D2009
8#491506
9#240B03
Tints
Lighter variations
1#F7B29D
2#F8BBA8
3#F9C3B3
4#FACCBE
5#FBD4C9
6#FBDDD4
7#FCE5DE
8#FDEEE9
9#FEF6F4
Tones
Muted variations
1#F1AC97
2#ECAF9C
3#E7B2A1
4#E2B4A6
5#DDB7AB
6#D8BAB0
7#D3BCB5
8#CEBFBA
9#C9C2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE5 #FCE5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACF #FACFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6AA #F6AA92 | BordersInactive statesPlaceholder text |
| 400 | F27D #F27D5A | Disabled statesSecondary iconsMuted text |
| 500 | EE58 #EE582B | Primary brand colorCTAsActive elementsLinks |
| 600 | D03D #D03D11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A531 #A5310D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7623 #76230A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B16 #4B1606 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0E #2F0E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF4F1;
--tan-100: #FCE5DE;
--tan-200: #FACFC2;
--tan-300: #F6AA92;
--tan-400: #F27D5A;
--tan-500: #EE582B;
--tan-600: #D03D11;
--tan-700: #A5310D;
--tan-800: #76230A;
--tan-900: #4B1606;
--tan-950: #2F0E04;
}