Tan
#F3969E
RedColor Codes
All color formats for development
HEX
#F3969ERGB
rgb(243, 150, 158)HSL
hsl(355, 79%, 77%)OKLCH
oklch(0.771 0.112 14.5)CMYK
cmyk(0%, 38%, 35%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF737D
2#EA505D
3#E62D3C
4#D31928
5#B01522
6#8D101B
7#690C14
8#46080D
9#230407
Tints
Lighter variations
1#F4A1A7
2#F5ABB1
3#F6B6BB
4#F8C0C5
5#F9CBCE
6#FAD5D8
7#FBE0E2
8#FDEAEC
9#FEF5F5
Tones
Muted variations
1#EE9BA2
2#E99FA5
3#E5A4A9
4#E0A9AD
5#DCADB1
6#D7B2B5
7#D2B6B9
8#CEBBBD
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F3969E | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F6B | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73241 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91826 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0131E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D16 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090E | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0509 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF1F2;
--tan-100: #FBDFE1;
--tan-200: #F8C4C8;
--tan-300: #F3969E;
--tan-400: #EC5F6B;
--tan-500: #E73241;
--tan-600: #C91826;
--tan-700: #A0131E;
--tan-800: #720D16;
--tan-900: #49090E;
--tan-950: #2E0509;
}