Tan
#F4A395
RedColor Codes
All color formats for development
HEX
#F4A395RGB
rgb(244, 163, 149)HSL
hsl(9, 81%, 77%)OKLCH
oklch(0.792 0.099 30.2)CMYK
cmyk(0%, 33%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F08471
2#EC664E
3#E9472A
4#D53316
5#B22B13
6#8E220F
7#6B1A0B
8#471107
9#240904
Tints
Lighter variations
1#F5AC9F
2#F6B5AA
3#F7BFB5
4#F8C8BF
5#F9D1CA
6#FBDAD5
7#FCE3DF
8#FDEDEA
9#FEF6F4
Tones
Muted variations
1#EFA69A
2#EAAA9E
3#E6ADA3
4#E1B0A8
5#DCB4AD
6#D7B7B1
7#D3BAB6
8#CEBEBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE3 #FCE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CB #F9CBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A3 #F4A395 | BordersInactive statesPlaceholder text |
| 400 | EE73 #EE735D | Disabled statesSecondary iconsMuted text |
| 500 | E94B #E94B2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB31 #CB3115 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A227 #A22711 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731C #731C0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A12 #4A1208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0B #2E0B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F1;
--tan-100: #FCE3DF;
--tan-200: #F9CBC3;
--tan-300: #F4A395;
--tan-400: #EE735D;
--tan-500: #E94B2F;
--tan-600: #CB3115;
--tan-700: #A22711;
--tan-800: #731C0C;
--tan-900: #4A1208;
--tan-950: #2E0B05;
}