Tan
#F396A1
RedColor Codes
All color formats for development
HEX
#F396A1RGB
rgb(243, 150, 161)HSL
hsl(353, 79%, 77%)OKLCH
oklch(0.771 0.112 12.4)CMYK
cmyk(0%, 38%, 34%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7381
2#EA5062
3#E62D42
4#D3192E
5#B01527
6#8D101F
7#690C17
8#46080F
9#230408
Tints
Lighter variations
1#F4A1AA
2#F5ABB4
3#F6B6BD
4#F8C0C6
5#F9CBD0
6#FAD5D9
7#FBE0E3
8#FDEAEC
9#FEF5F6
Tones
Muted variations
1#EE9BA4
2#E99FA8
3#E5A4AB
4#E0A9AF
5#DCADB3
6#D7B2B6
7#D2B6BA
8#CEBBBD
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396A1 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F70 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73247 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9182C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01323 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490910 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF1F3;
--tan-100: #FBDFE2;
--tan-200: #F8C4CA;
--tan-300: #F396A1;
--tan-400: #EC5F70;
--tan-500: #E73247;
--tan-600: #C9182C;
--tan-700: #A01323;
--tan-800: #720D19;
--tan-900: #490910;
--tan-950: #2E050A;
}