Tan
#F3969F
RedColor Codes
All color formats for development
HEX
#F3969FRGB
rgb(243, 150, 159)HSL
hsl(354, 79%, 77%)OKLCH
oklch(0.771 0.112 13.8)CMYK
cmyk(0%, 38%, 35%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF737F
2#EA505F
3#E62D3F
4#D3192B
5#B01524
6#8D101D
7#690C16
8#46080E
9#230407
Tints
Lighter variations
1#F4A1A9
2#F5ABB2
3#F6B6BC
4#F8C0C6
5#F9CBCF
6#FAD5D9
7#FBE0E2
8#FDEAEC
9#FEF5F5
Tones
Muted variations
1#EE9BA3
2#E99FA7
3#E5A4AA
4#E0A9AE
5#DCADB2
6#D7B2B6
7#D2B6B9
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 #F8C4C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F3969F | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F6D | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73244 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91829 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01321 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D17 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090F | 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: #FDF1F3;
--tan-100: #FBDFE2;
--tan-200: #F8C4C9;
--tan-300: #F3969F;
--tan-400: #EC5F6D;
--tan-500: #E73244;
--tan-600: #C91829;
--tan-700: #A01321;
--tan-800: #720D17;
--tan-900: #49090F;
--tan-950: #2E0509;
}