Tan
#FAA68E
RedColor Codes
All color formats for development
HEX
#FAA68ERGB
rgb(250, 166, 142)HSL
hsl(13, 92%, 77%)OKLCH
oklch(0.802 0.106 36.7)CMYK
cmyk(0%, 34%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F98869
2#F76A43
3#F64C1D
4#E23809
5#BC2F08
6#972606
7#711C05
8#4B1303
9#260902
Tints
Lighter variations
1#FBAF9A
2#FBB8A5
3#FCC1B0
4#FCC9BB
5#FDD2C7
6#FDDBD2
7#FEE4DD
8#FEEDE8
9#FFF6F4
Tones
Muted variations
1#F5A994
2#F0AC99
3#EAAF9F
4#E5B2A4
5#DFB5A9
6#DAB8AF
7#D5BBB4
8#CFBEBA
9#CAC1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE4 #FEE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCD #FCCDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA6 #FAA68E | BordersInactive statesPlaceholder text |
| 400 | F877 #F87754 | Disabled statesSecondary iconsMuted text |
| 500 | F650 #F65023 | Primary brand colorCTAsActive elementsLinks |
| 600 | D736 #D73609 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB2B #AB2B07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A1F #7A1F05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E14 #4E1403 | Primary textHigh emphasis contentDark headings |
| 950 | 310C #310C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F0;
--tan-100: #FEE4DD;
--tan-200: #FCCDBF;
--tan-300: #FAA68E;
--tan-400: #F87754;
--tan-500: #F65023;
--tan-600: #D73609;
--tan-700: #AB2B07;
--tan-800: #7A1F05;
--tan-900: #4E1403;
--tan-950: #310C02;
}