Tan
#F2A697
RedColor Codes
All color formats for development
HEX
#F2A697RGB
rgb(242, 166, 151)HSL
hsl(10, 78%, 77%)OKLCH
oklch(0.795 0.093 31.6)CMYK
cmyk(0%, 31%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE8874
2#E96A51
3#E54C2E
4#D2391A
5#AF2F16
6#8C2611
7#691C0D
8#461309
9#230904
Tints
Lighter variations
1#F3AFA1
2#F5B8AB
3#F6C1B6
4#F7CAC0
5#F9D2CB
6#FADBD5
7#FBE4E0
8#FCEDEA
9#FEF6F5
Tones
Muted variations
1#EEA99B
2#E9ACA0
3#E4AFA4
4#E0B2A9
5#DBB5AD
6#D7B8B2
7#D2BBB7
8#CDBEBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CD #F8CDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A6 #F2A697 | BordersInactive statesPlaceholder text |
| 400 | EB77 #EB7760 | Disabled statesSecondary iconsMuted text |
| 500 | E651 #E65133 | Primary brand colorCTAsActive elementsLinks |
| 600 | C836 #C83619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F2B #9F2B14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711F #711F0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4914 #491409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0C #2D0C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F1;
--tan-100: #FBE4DF;
--tan-200: #F8CDC4;
--tan-300: #F2A697;
--tan-400: #EB7760;
--tan-500: #E65133;
--tan-600: #C83619;
--tan-700: #9F2B14;
--tan-800: #711F0E;
--tan-900: #491409;
--tan-950: #2D0C06;
}