Tan
#F4A995
RedColor Codes
All color formats for development
HEX
#F4A995RGB
rgb(244, 169, 149)HSL
hsl(13, 81%, 77%)OKLCH
oklch(0.802 0.094 35.6)CMYK
cmyk(0%, 31%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F08D71
2#EC704E
3#E9532A
4#D54016
5#B23513
6#8E2A0F
7#6B200B
8#471507
9#240B04
Tints
Lighter variations
1#F5B29F
2#F6BBAA
3#F7C3B5
4#F8CCBF
5#F9D4CA
6#FBDDD5
7#FCE5DF
8#FDEEEA
9#FEF6F4
Tones
Muted variations
1#EFAC9A
2#EAAF9E
3#E6B2A3
4#E1B4A8
5#DCB7AD
6#D7BAB1
7#D3BCB6
8#CEBFBB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE5 #FCE5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CF #F9CFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A9 #F4A995 | BordersInactive statesPlaceholder text |
| 400 | EE7D #EE7D5D | Disabled statesSecondary iconsMuted text |
| 500 | E958 #E9582F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB3D #CB3D15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A230 #A23011 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7322 #73220C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A16 #4A1608 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0E #2E0E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF4F1;
--tan-100: #FCE5DF;
--tan-200: #F9CFC3;
--tan-300: #F4A995;
--tan-400: #EE7D5D;
--tan-500: #E9582F;
--tan-600: #CB3D15;
--tan-700: #A23011;
--tan-800: #73220C;
--tan-900: #4A1608;
--tan-950: #2E0E05;
}