Tan
#F3AB95
RedColor Codes
All color formats for development
HEX
#F3AB95RGB
rgb(243, 171, 149)HSL
hsl(14, 80%, 77%)OKLCH
oklch(0.805 0.091 37.7)CMYK
cmyk(0%, 30%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8F72
2#EB734F
3#E7572B
4#D44418
5#B13814
6#8D2D10
7#6A220C
8#471708
9#230B04
Tints
Lighter variations
1#F4B4A0
2#F6BCAB
3#F7C4B5
4#F8CDC0
5#F9D5CA
6#FADED5
7#FBE6DF
8#FDEEEA
9#FEF7F4
Tones
Muted variations
1#EFAE9A
2#EAB09F
3#E5B3A4
4#E1B5A8
5#DCB8AD
6#D7BAB2
7#D2BDB6
8#CEBFBB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE6 #FBE6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D0 #F8D0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3AB #F3AB95 | BordersInactive statesPlaceholder text |
| 400 | ED80 #ED805E | Disabled statesSecondary iconsMuted text |
| 500 | E85B #E85B30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA40 #CA4016 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A133 #A13312 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7325 #73250D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4917 #491708 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0F #2E0F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F1;
--tan-100: #FBE6DF;
--tan-200: #F8D0C3;
--tan-300: #F3AB95;
--tan-400: #ED805E;
--tan-500: #E85B30;
--tan-600: #CA4016;
--tan-700: #A13312;
--tan-800: #73250D;
--tan-900: #491708;
--tan-950: #2E0F05;
}