Tan
#FAA28E
RedColor Codes
All color formats for development
HEX
#FAA28ERGB
rgb(250, 162, 142)HSL
hsl(11, 92%, 77%)OKLCH
oklch(0.795 0.109 33.5)CMYK
cmyk(0%, 35%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F98369
2#F76443
3#F6451D
4#E23109
5#BC2908
6#972106
7#711905
8#4B1003
9#260802
Tints
Lighter variations
1#FBAB9A
2#FBB5A5
3#FCBEB0
4#FCC7BB
5#FDD1C7
6#FDDAD2
7#FEE3DD
8#FEECE8
9#FFF6F4
Tones
Muted variations
1#F5A694
2#F0A999
3#EAAC9F
4#E5B0A4
5#DFB3A9
6#DAB7AF
7#D5BAB4
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 | FEE3 #FEE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCB #FCCBBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA2 #FAA28E | BordersInactive statesPlaceholder text |
| 400 | F872 #F87254 | Disabled statesSecondary iconsMuted text |
| 500 | F649 #F64923 | Primary brand colorCTAsActive elementsLinks |
| 600 | D72F #D72F09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB25 #AB2507 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A1B #7A1B05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E11 #4E1103 | Primary textHigh emphasis contentDark headings |
| 950 | 310B #310B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F0;
--tan-100: #FEE3DD;
--tan-200: #FCCBBF;
--tan-300: #FAA28E;
--tan-400: #F87254;
--tan-500: #F64923;
--tan-600: #D72F09;
--tan-700: #AB2507;
--tan-800: #7A1B05;
--tan-900: #4E1103;
--tan-950: #310B02;
}