Tan
#F2A397
RedColor Codes
All color formats for development
HEX
#F2A397RGB
rgb(242, 163, 151)HSL
hsl(8, 78%, 77%)OKLCH
oklch(0.79 0.096 28.9)CMYK
cmyk(0%, 33%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE8474
2#E96551
3#E5462E
4#D2321A
5#AF2A16
6#8C2211
7#69190D
8#461109
9#230804
Tints
Lighter variations
1#F3ACA1
2#F5B5AB
3#F6BEB6
4#F7C8C0
5#F9D1CB
6#FADAD5
7#FBE3E0
8#FCEDEA
9#FEF6F5
Tones
Muted variations
1#EEA69B
2#E9AAA0
3#E4ADA4
4#E0B0A9
5#DBB4AD
6#D7B7B2
7#D2BAB7
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 | FBE3 #FBE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CB #F8CBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A3 #F2A397 | BordersInactive statesPlaceholder text |
| 400 | EB73 #EB7360 | Disabled statesSecondary iconsMuted text |
| 500 | E64B #E64B33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C830 #C83019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F26 #9F2614 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711B #711B0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4911 #491109 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0B #2D0B06 | 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: #F2A397;
--tan-400: #EB7360;
--tan-500: #E64B33;
--tan-600: #C83019;
--tan-700: #9F2614;
--tan-800: #711B0E;
--tan-900: #491109;
--tan-950: #2D0B06;
}