Tan
#F39F96
RedColor Codes
All color formats for development
HEX
#F39F96RGB
rgb(243, 159, 150)HSL
hsl(6, 79%, 77%)OKLCH
oklch(0.784 0.102 26.3)CMYK
cmyk(0%, 35%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7F73
2#EA5F50
3#E63F2D
4#D32B19
5#B02415
6#8D1D10
7#69160C
8#460E08
9#230704
Tints
Lighter variations
1#F4A9A1
2#F5B2AB
3#F6BCB6
4#F8C6C0
5#F9CFCB
6#FAD9D5
7#FBE2E0
8#FDECEA
9#FEF5F5
Tones
Muted variations
1#EEA39B
2#E9A79F
3#E5AAA4
4#E0AEA9
5#DCB2AD
6#D7B6B2
7#D2B9B6
8#CEBDBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C9 #F8C9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39F #F39F96 | BordersInactive statesPlaceholder text |
| 400 | EC6D #EC6D5F | Disabled statesSecondary iconsMuted text |
| 500 | E744 #E74432 | Primary brand colorCTAsActive elementsLinks |
| 600 | C929 #C92918 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A021 #A02113 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7217 #72170D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490F #490F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E09 #2E0905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F1;
--tan-100: #FBE2DF;
--tan-200: #F8C9C4;
--tan-300: #F39F96;
--tan-400: #EC6D5F;
--tan-500: #E74432;
--tan-600: #C92918;
--tan-700: #A02113;
--tan-800: #72170D;
--tan-900: #490F09;
--tan-950: #2E0905;
}