Tan
#F4A295
RedColor Codes
All color formats for development
HEX
#F4A295RGB
rgb(244, 162, 149)HSL
hsl(8, 81%, 77%)OKLCH
oklch(0.79 0.1 29.4)CMYK
cmyk(0%, 34%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F08271
2#EC634E
3#E9442A
4#D53016
5#B22813
6#8E200F
7#6B180B
8#471007
9#240804
Tints
Lighter variations
1#F5AB9F
2#F6B4AA
3#F7BEB5
4#F8C7BF
5#F9D0CA
6#FBDAD5
7#FCE3DF
8#FDECEA
9#FEF6F4
Tones
Muted variations
1#EFA59A
2#EAA89E
3#E6ACA3
4#E1AFA8
5#DCB3AD
6#D7B6B1
7#D3BAB6
8#CEBDBB
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 | F9CA #F9CAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A2 #F4A295 | BordersInactive statesPlaceholder text |
| 400 | EE71 #EE715D | Disabled statesSecondary iconsMuted text |
| 500 | E948 #E9482F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB2E #CB2E15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A224 #A22411 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731A #731A0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A11 #4A1108 | 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: #FEF3F1;
--tan-100: #FCE3DF;
--tan-200: #F9CAC3;
--tan-300: #F4A295;
--tan-400: #EE715D;
--tan-500: #E9482F;
--tan-600: #CB2E15;
--tan-700: #A22411;
--tan-800: #731A0C;
--tan-900: #4A1108;
--tan-950: #2E0A05;
}