Tan
#F1A898
RedColor Codes
All color formats for development
HEX
#F1A898RGB
rgb(241, 168, 152)HSL
hsl(11, 76%, 77%)OKLCH
oklch(0.798 0.09 32.8)CMYK
cmyk(0%, 30%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC8B75
2#E76E53
3#E35130
4#CF3D1C
5#AD3318
6#8A2913
7#681F0E
8#451409
9#230A05
Tints
Lighter variations
1#F2B1A2
2#F4B9AC
3#F5C2B7
4#F7CBC1
5#F8D4CB
6#F9DCD6
7#FBE5E0
8#FCEEEA
9#FEF6F5
Tones
Muted variations
1#ECAB9C
2#E8AEA1
3#E4B1A5
4#DFB3AA
5#DBB6AE
6#D6B9B3
7#D2BCB7
8#CDBFBB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CE #F7CEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A8 #F1A898 | BordersInactive statesPlaceholder text |
| 400 | EA7B #EA7B62 | Disabled statesSecondary iconsMuted text |
| 500 | E355 #E35535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C53A #C53A1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D2E #9D2E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7021 #70210F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4815 #48150A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0D #2D0D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F2;
--tan-100: #FBE5E0;
--tan-200: #F7CEC5;
--tan-300: #F1A898;
--tan-400: #EA7B62;
--tan-500: #E35535;
--tan-600: #C53A1B;
--tan-700: #9D2E15;
--tan-800: #70210F;
--tan-900: #48150A;
--tan-950: #2D0D06;
}