Tan
#F3A196
RedColor Codes
All color formats for development
HEX
#F3A196RGB
rgb(243, 161, 150)HSL
hsl(7, 79%, 77%)OKLCH
oklch(0.787 0.1 27.9)CMYK
cmyk(0%, 34%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8173
2#EA6250
3#E6422D
4#D32E19
5#B02715
6#8D1F10
7#69170C
8#460F08
9#230804
Tints
Lighter variations
1#F4AAA1
2#F5B4AB
3#F6BDB6
4#F8C6C0
5#F9D0CB
6#FAD9D5
7#FBE3E0
8#FDECEA
9#FEF6F5
Tones
Muted variations
1#EEA49B
2#E9A89F
3#E5ABA4
4#E0AFA9
5#DCB3AD
6#D7B6B2
7#D2BAB6
8#CEBDBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CA #F8CAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A1 #F3A196 | BordersInactive statesPlaceholder text |
| 400 | EC70 #EC705F | Disabled statesSecondary iconsMuted text |
| 500 | E747 #E74732 | Primary brand colorCTAsActive elementsLinks |
| 600 | C92C #C92C18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A023 #A02313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7219 #72190D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4910 #491009 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0A #2E0A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F1;
--tan-100: #FBE2DF;
--tan-200: #F8CAC4;
--tan-300: #F3A196;
--tan-400: #EC705F;
--tan-500: #E74732;
--tan-600: #C92C18;
--tan-700: #A02313;
--tan-800: #72190D;
--tan-900: #491009;
--tan-950: #2E0A05;
}