Tan
#F39B96
RedColor Codes
All color formats for development
HEX
#F39B96RGB
rgb(243, 155, 150)HSL
hsl(3, 79%, 77%)OKLCH
oklch(0.777 0.106 23.3)CMYK
cmyk(0%, 36%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7973
2#EA5750
3#E6362D
4#D32219
5#B01C15
6#8D1710
7#69110C
8#460B08
9#230604
Tints
Lighter variations
1#F4A5A1
2#F5AFAB
3#F6B9B6
4#F8C3C0
5#F9CDCB
6#FAD7D5
7#FBE1E0
8#FDEBEA
9#FEF5F5
Tones
Muted variations
1#EE9F9B
2#E9A39F
3#E5A7A4
4#E0ABA9
5#DCAFAD
6#D7B4B2
7#D2B8B6
8#CEBCBB
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C6 #F8C6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39B #F39B96 | BordersInactive statesPlaceholder text |
| 400 | EC66 #EC665F | Disabled statesSecondary iconsMuted text |
| 500 | E73B #E73B32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C920 #C92018 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A01A #A01A13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7212 #72120D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490C #490C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E07 #2E0705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F1;
--tan-100: #FBE0DF;
--tan-200: #F8C6C4;
--tan-300: #F39B96;
--tan-400: #EC665F;
--tan-500: #E73B32;
--tan-600: #C92018;
--tan-700: #A01A13;
--tan-800: #72120D;
--tan-900: #490C09;
--tan-950: #2E0705;
}