Tan
#F39E96
RedColor Codes
All color formats for development
HEX
#F39E96RGB
rgb(243, 158, 150)HSL
hsl(5, 79%, 77%)OKLCH
oklch(0.782 0.103 25.5)CMYK
cmyk(0%, 35%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7D73
2#EA5D50
3#E63C2D
4#D32819
5#B02215
6#8D1B10
7#69140C
8#460D08
9#230704
Tints
Lighter variations
1#F4A7A1
2#F5B1AB
3#F6BBB6
4#F8C5C0
5#F9CECB
6#FAD8D5
7#FBE2E0
8#FDECEA
9#FEF5F5
Tones
Muted variations
1#EEA29B
2#E9A59F
3#E5A9A4
4#E0ADA9
5#DCB1AD
6#D7B5B2
7#D2B9B6
8#CEBDBB
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE1 #FBE1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C8 #F8C8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39E #F39E96 | BordersInactive statesPlaceholder text |
| 400 | EC6B #EC6B5F | Disabled statesSecondary iconsMuted text |
| 500 | E741 #E74132 | Primary brand colorCTAsActive elementsLinks |
| 600 | C926 #C92618 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A01E #A01E13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7216 #72160D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490E #490E09 | 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: #FDF2F1;
--tan-100: #FBE1DF;
--tan-200: #F8C8C4;
--tan-300: #F39E96;
--tan-400: #EC6B5F;
--tan-500: #E74132;
--tan-600: #C92618;
--tan-700: #A01E13;
--tan-800: #72160D;
--tan-900: #490E09;
--tan-950: #2E0905;
}