Tan
#F39C95
RedColor Codes
All color formats for development
HEX
#F39C95RGB
rgb(243, 156, 149)HSL
hsl(4, 80%, 77%)OKLCH
oklch(0.778 0.105 24.8)CMYK
cmyk(0%, 36%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7A72
2#EB594F
3#E7382B
4#D42418
5#B11E14
6#8D1810
7#6A120C
8#470C08
9#230604
Tints
Lighter variations
1#F4A6A0
2#F6B0AB
3#F7B9B5
4#F8C3C0
5#F9CDCA
6#FAD7D5
7#FBE1DF
8#FDEBEA
9#FEF5F4
Tones
Muted variations
1#EFA09A
2#EAA49F
3#E5A8A4
4#E1ACA8
5#DCB0AD
6#D7B4B2
7#D2B8B6
8#CEBCBB
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 | F8C7 #F8C7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39C #F39C95 | BordersInactive statesPlaceholder text |
| 400 | ED68 #ED685E | Disabled statesSecondary iconsMuted text |
| 500 | E83D #E83D30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA22 #CA2216 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A11B #A11B12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7314 #73140D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490D #490D08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E08 #2E0805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F1;
--tan-100: #FBE1DF;
--tan-200: #F8C7C3;
--tan-300: #F39C95;
--tan-400: #ED685E;
--tan-500: #E83D30;
--tan-600: #CA2216;
--tan-700: #A11B12;
--tan-800: #73140D;
--tan-900: #490D08;
--tan-950: #2E0805;
}