Tan
#F89F91
RedColor Codes
All color formats for development
HEX
#F89F91RGB
rgb(248, 159, 145)HSL
hsl(8, 88%, 77%)OKLCH
oklch(0.788 0.109 29.4)CMYK
cmyk(0%, 36%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F67E6C
2#F35E47
3#F13E22
4#DD2A0E
5#B9230C
6#941C09
7#6F1507
8#4A0E05
9#250702
Tints
Lighter variations
1#F9A89C
2#F9B2A7
3#FABBB2
4#FBC5BD
5#FBCFC8
6#FCD8D3
7#FDE2DE
8#FEECE9
9#FEF5F4
Tones
Muted variations
1#F3A296
2#EEA69B
3#E8AAA0
4#E3AEA5
5#DEB1AB
6#D9B5B0
7#D4B9B5
8#CFBDBA
9#CAC1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE2 #FDE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC8 #FBC8C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F89F #F89F91 | BordersInactive statesPlaceholder text |
| 400 | F46C #F46C57 | Disabled statesSecondary iconsMuted text |
| 500 | F142 #F14227 | Primary brand colorCTAsActive elementsLinks |
| 600 | D328 #D3280D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A820 #A8200B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7817 #781708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0E #4D0E05 | Primary textHigh emphasis contentDark headings |
| 950 | 3009 #300903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF2F1;
--tan-100: #FDE2DD;
--tan-200: #FBC8C1;
--tan-300: #F89F91;
--tan-400: #F46C57;
--tan-500: #F14227;
--tan-600: #D3280D;
--tan-700: #A8200B;
--tan-800: #781708;
--tan-900: #4D0E05;
--tan-950: #300903;
}