Tan
#F39D95
RedColor Codes
All color formats for development
HEX
#F39D95RGB
rgb(243, 157, 149)HSL
hsl(5, 80%, 77%)OKLCH
oklch(0.78 0.104 25.5)CMYK
cmyk(0%, 35%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7D72
2#EB5C4F
3#E73B2B
4#D42718
5#B12114
6#8D1A10
7#6A140C
8#470D08
9#230704
Tints
Lighter variations
1#F4A7A0
2#F6B1AB
3#F7BBB5
4#F8C4C0
5#F9CECA
6#FAD8D5
7#FBE2DF
8#FDEBEA
9#FEF5F4
Tones
Muted variations
1#EFA19A
2#EAA59F
3#E5A9A4
4#E1ADA8
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 #F8C8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39D #F39D95 | BordersInactive statesPlaceholder text |
| 400 | ED6A #ED6A5E | Disabled statesSecondary iconsMuted text |
| 500 | E840 #E84030 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA25 #CA2516 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A11E #A11E12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7315 #73150D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490E #490E08 | 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: #F8C8C3;
--tan-300: #F39D95;
--tan-400: #ED6A5E;
--tan-500: #E84030;
--tan-600: #CA2516;
--tan-700: #A11E12;
--tan-800: #73150D;
--tan-900: #490E08;
--tan-950: #2E0905;
}