Tan
#F3A095
RedColor Codes
All color formats for development
HEX
#F3A095RGB
rgb(243, 160, 149)HSL
hsl(7, 80%, 77%)OKLCH
oklch(0.785 0.101 27.8)CMYK
cmyk(0%, 34%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8172
2#EB614F
3#E7412B
4#D42E18
5#B12614
6#8D1E10
7#6A170C
8#470F08
9#230804
Tints
Lighter variations
1#F4AAA0
2#F6B3AB
3#F7BDB5
4#F8C6C0
5#F9D0CA
6#FAD9D5
7#FBE3DF
8#FDECEA
9#FEF6F4
Tones
Muted variations
1#EFA49A
2#EAA89F
3#E5ABA4
4#E1AFA8
5#DCB2AD
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 #F8CAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A0 #F3A095 | BordersInactive statesPlaceholder text |
| 400 | ED6F #ED6F5E | Disabled statesSecondary iconsMuted text |
| 500 | E846 #E84630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA2B #CA2B16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A123 #A12312 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7319 #73190D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4910 #491008 | 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: #F8CAC3;
--tan-300: #F3A095;
--tan-400: #ED6F5E;
--tan-500: #E84630;
--tan-600: #CA2B16;
--tan-700: #A12312;
--tan-800: #73190D;
--tan-900: #491008;
--tan-950: #2E0A05;
}