Tan
#F396A2
RedColor Codes
All color formats for development
HEX
#F396A2RGB
rgb(243, 150, 162)HSL
hsl(352, 79%, 77%)OKLCH
oklch(0.772 0.112 11.7)CMYK
cmyk(0%, 38%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7383
2#EA5064
3#E62D45
4#D31932
5#B01529
6#8D1021
7#690C19
8#460811
9#230408
Tints
Lighter variations
1#F4A1AC
2#F5ABB5
3#F6B6BE
4#F8C0C7
5#F9CBD1
6#FAD5DA
7#FBE0E3
8#FDEAEC
9#FEF5F6
Tones
Muted variations
1#EE9BA6
2#E99FA9
3#E5A4AD
4#E0A9B0
5#DCADB3
6#D7B2B7
7#D2B6BA
8#CEBBBE
9#C9C0C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396A2 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F72 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E7324A | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9182F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01326 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490911 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF1F3;
--tan-100: #FBDFE3;
--tan-200: #F8C4CB;
--tan-300: #F396A2;
--tan-400: #EC5F72;
--tan-500: #E7324A;
--tan-600: #C9182F;
--tan-700: #A01326;
--tan-800: #720D1B;
--tan-900: #490911;
--tan-950: #2E050B;
}