Tan
#FAA48F
RedColor Codes
All color formats for development
HEX
#FAA48FRGB
rgb(250, 164, 143)HSL
hsl(12, 91%, 77%)OKLCH
oklch(0.799 0.107 34.4)CMYK
cmyk(0%, 34%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F88669
2#F66844
3#F4491E
4#E1350B
5#BC2D09
6#962407
7#711B05
8#4B1204
9#260902
Tints
Lighter variations
1#FAAD9A
2#FBB6A5
3#FBC0B1
4#FCC9BC
5#FCD2C7
6#FDDBD2
7#FDE4DD
8#FEEDE9
9#FEF6F4
Tones
Muted variations
1#F4A894
2#EFAB9A
3#EAAE9F
4#E4B1A4
5#DFB4AA
6#DAB8AF
7#D4BBB4
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 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCC #FCCCC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA4 #FAA48F | BordersInactive statesPlaceholder text |
| 400 | F775 #F77555 | Disabled statesSecondary iconsMuted text |
| 500 | F54E #F54E24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D633 #D6330A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA29 #AA2908 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A1D #7A1D06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E13 #4E1304 | 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: #FDE3DD;
--tan-200: #FCCCC0;
--tan-300: #FAA48F;
--tan-400: #F77555;
--tan-500: #F54E24;
--tan-600: #D6330A;
--tan-700: #AA2908;
--tan-800: #7A1D06;
--tan-900: #4E1304;
--tan-950: #310C02;
}