Tan
#FAA38F
RedColor Codes
All color formats for development
HEX
#FAA38FRGB
rgb(250, 163, 143)HSL
hsl(11, 91%, 77%)OKLCH
oklch(0.797 0.108 33.6)CMYK
cmyk(0%, 35%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F88469
2#F66544
3#F4461E
4#E1320B
5#BC2A09
6#962107
7#711905
8#4B1104
9#260802
Tints
Lighter variations
1#FAAC9A
2#FBB5A5
3#FBBEB1
4#FCC8BC
5#FCD1C7
6#FDDAD2
7#FDE3DD
8#FEEDE9
9#FEF6F4
Tones
Muted variations
1#F4A694
2#EFA99A
3#EAAD9F
4#E4B0A4
5#DFB3AA
6#DAB7AF
7#D4BAB4
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 | FCCB #FCCBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA3 #FAA38F | BordersInactive statesPlaceholder text |
| 400 | F772 #F77255 | Disabled statesSecondary iconsMuted text |
| 500 | F54A #F54A24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D630 #D6300A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA26 #AA2608 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A1B #7A1B06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E11 #4E1104 | 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: #FDE3DD;
--tan-200: #FCCBC0;
--tan-300: #FAA38F;
--tan-400: #F77255;
--tan-500: #F54A24;
--tan-600: #D6300A;
--tan-700: #AA2608;
--tan-800: #7A1B06;
--tan-900: #4E1104;
--tan-950: #310B02;
}