Tan
#F5A194
RedColor Codes
All color formats for development
HEX
#F5A194RGB
rgb(245, 161, 148)HSL
hsl(8, 83%, 77%)OKLCH
oklch(0.789 0.103 29.2)CMYK
cmyk(0%, 34%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F28170
2#EE614C
3#EB4228
4#D82E14
5#B42611
6#901F0D
7#6C170A
8#480F07
9#240803
Tints
Lighter variations
1#F6AA9E
2#F7B4A9
3#F8BDB4
4#F9C6BF
5#FAD0C9
6#FBD9D4
7#FCE3DF
8#FDECEA
9#FEF6F4
Tones
Muted variations
1#F0A499
2#EBA89D
3#E6ABA2
4#E2AFA7
5#DDB3AC
6#D8B6B1
7#D3BAB6
8#CEBDBB
9#C9C1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CA #F9CAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5A1 #F5A194 | BordersInactive statesPlaceholder text |
| 400 | F06F #F06F5C | Disabled statesSecondary iconsMuted text |
| 500 | EB46 #EB462D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD2C #CD2C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A323 #A3230F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7519 #75190B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B10 #4B1007 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0A #2F0A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF3F1;
--tan-100: #FCE2DE;
--tan-200: #F9CAC2;
--tan-300: #F5A194;
--tan-400: #F06F5C;
--tan-500: #EB462D;
--tan-600: #CD2C13;
--tan-700: #A3230F;
--tan-800: #75190B;
--tan-900: #4B1007;
--tan-950: #2F0A04;
}