Tan
#F4A895
RedColor Codes
All color formats for development
HEX
#F4A895RGB
rgb(244, 168, 149)HSL
hsl(12, 81%, 77%)OKLCH
oklch(0.8 0.094 34.6)CMYK
cmyk(0%, 31%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F08B71
2#EC6D4E
3#E9502A
4#D53D16
5#B23213
6#8E280F
7#6B1E0B
8#471407
9#240A04
Tints
Lighter variations
1#F5B19F
2#F6B9AA
3#F7C2B5
4#F8CBBF
5#F9D3CA
6#FBDCD5
7#FCE5DF
8#FDEEEA
9#FEF6F4
Tones
Muted variations
1#EFAB9A
2#EAAE9E
3#E6B0A3
4#E1B3A8
5#DCB6AD
6#D7B9B1
7#D3BCB6
8#CEBFBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE4 #FCE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CE #F9CEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A8 #F4A895 | BordersInactive statesPlaceholder text |
| 400 | EE7A #EE7A5D | Disabled statesSecondary iconsMuted text |
| 500 | E954 #E9542F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB3A #CB3A15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A22E #A22E11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7321 #73210C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A15 #4A1508 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0D #2E0D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF4F1;
--tan-100: #FCE4DF;
--tan-200: #F9CEC3;
--tan-300: #F4A895;
--tan-400: #EE7A5D;
--tan-500: #E9542F;
--tan-600: #CB3A15;
--tan-700: #A22E11;
--tan-800: #73210C;
--tan-900: #4A1508;
--tan-950: #2E0D05;
}