Tan
#FBA58E
RedColor Codes
All color formats for development
HEX
#FBA58ERGB
rgb(251, 165, 142)HSL
hsl(13, 93%, 77%)OKLCH
oklch(0.801 0.108 35.7)CMYK
cmyk(0%, 34%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA8768
2#F86942
3#F74B1C
4#E33808
5#BD2E07
6#982505
7#721C04
8#4C1303
9#260901
Tints
Lighter variations
1#FBAE99
2#FCB7A4
3#FCC0B0
4#FDC9BB
5#FDD2C6
6#FDDBD2
7#FEE4DD
8#FEEDE8
9#FFF6F4
Tones
Muted variations
1#F5A993
2#F0AC99
3#EBAF9E
4#E5B2A4
5#E0B5A9
6#DAB8AF
7#D5BBB4
8#CFBEB9
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 | FDCC #FDCCBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBA5 #FBA58E | BordersInactive statesPlaceholder text |
| 400 | F977 #F97753 | Disabled statesSecondary iconsMuted text |
| 500 | F750 #F75022 | Primary brand colorCTAsActive elementsLinks |
| 600 | D935 #D93508 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC2A #AC2A06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B1E #7B1E04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F13 #4F1303 | 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: #FDCCBF;
--tan-300: #FBA58E;
--tan-400: #F97753;
--tan-500: #F75022;
--tan-600: #D93508;
--tan-700: #AC2A06;
--tan-800: #7B1E04;
--tan-900: #4F1303;
--tan-950: #310C02;
}