Tan
#F4A095
RedColor Codes
All color formats for development
HEX
#F4A095RGB
rgb(244, 160, 149)HSL
hsl(7, 81%, 77%)OKLCH
oklch(0.786 0.102 27.8)CMYK
cmyk(0%, 34%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F08071
2#EC604E
3#E9402A
4#D52D16
5#B22513
6#8E1E0F
7#6B160B
8#470F07
9#240704
Tints
Lighter variations
1#F5A99F
2#F6B3AA
3#F7BCB5
4#F8C6BF
5#F9CFCA
6#FBD9D5
7#FCE2DF
8#FDECEA
9#FEF5F4
Tones
Muted variations
1#EFA49A
2#EAA79E
3#E6ABA3
4#E1AEA8
5#DCB2AD
6#D7B6B1
7#D3B9B6
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 | FCE2 #FCE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C9 #F9C9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A0 #F4A095 | BordersInactive statesPlaceholder text |
| 400 | EE6E #EE6E5D | Disabled statesSecondary iconsMuted text |
| 500 | E945 #E9452F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB2B #CB2B15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A222 #A22211 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7318 #73180C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A0F #4A0F08 | 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: #FCE2DF;
--tan-200: #F9C9C3;
--tan-300: #F4A095;
--tan-400: #EE6E5D;
--tan-500: #E9452F;
--tan-600: #CB2B15;
--tan-700: #A22211;
--tan-800: #73180C;
--tan-900: #4A0F08;
--tan-950: #2E0A05;
}