Tan
#F5AA94
RedColor Codes
All color formats for development
HEX
#F5AA94RGB
rgb(245, 170, 148)HSL
hsl(14, 83%, 77%)OKLCH
oklch(0.805 0.094 37)CMYK
cmyk(0%, 31%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F28E70
2#EE724C
3#EB5528
4#D84214
5#B43711
6#902C0D
7#6C210A
8#481607
9#240B03
Tints
Lighter variations
1#F6B39E
2#F7BBA9
3#F8C4B4
4#F9CCBF
5#FAD5C9
6#FBDDD4
7#FCE6DF
8#FDEEEA
9#FEF7F4
Tones
Muted variations
1#F0AD99
2#EBB09D
3#E6B2A2
4#E2B5A7
5#DDB7AC
6#D8BAB1
7#D3BDB6
8#CEBFBB
9#C9C2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE5 #FCE5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CF #F9CFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5AA #F5AA94 | BordersInactive statesPlaceholder text |
| 400 | F07E #F07E5C | Disabled statesSecondary iconsMuted text |
| 500 | EB59 #EB592D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD3F #CD3F13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A332 #A3320F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7524 #75240B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B17 #4B1707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0E #2F0E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF4F1;
--tan-100: #FCE5DE;
--tan-200: #F9CFC2;
--tan-300: #F5AA94;
--tan-400: #F07E5C;
--tan-500: #EB592D;
--tan-600: #CD3F13;
--tan-700: #A3320F;
--tan-800: #75240B;
--tan-900: #4B1707;
--tan-950: #2F0E04;
}