Tan
#F3A296
RedColor Codes
All color formats for development
HEX
#F3A296RGB
rgb(243, 162, 150)HSL
hsl(8, 79%, 77%)OKLCH
oklch(0.789 0.099 28.7)CMYK
cmyk(0%, 33%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8373
2#EA6450
3#E6452D
4#D33219
5#B02915
6#8D2110
7#69190C
8#461108
9#230804
Tints
Lighter variations
1#F4ACA1
2#F5B5AB
3#F6BEB6
4#F8C7C0
5#F9D1CB
6#FADAD5
7#FBE3E0
8#FDECEA
9#FEF6F5
Tones
Muted variations
1#EEA69B
2#E9A99F
3#E5ADA4
4#E0B0A9
5#DCB3AD
6#D7B7B2
7#D2BAB6
8#CEBEBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE3 #FBE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CB #F8CBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A2 #F3A296 | BordersInactive statesPlaceholder text |
| 400 | EC72 #EC725F | Disabled statesSecondary iconsMuted text |
| 500 | E74A #E74A32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C92F #C92F18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A026 #A02613 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 721B #721B0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4911 #491109 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0B #2E0B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F1;
--tan-100: #FBE3DF;
--tan-200: #F8CBC4;
--tan-300: #F3A296;
--tan-400: #EC725F;
--tan-500: #E74A32;
--tan-600: #C92F18;
--tan-700: #A02613;
--tan-800: #721B0D;
--tan-900: #491109;
--tan-950: #2E0B05;
}