Tan
#F39F95
RedColor Codes
All color formats for development
HEX
#F39F95RGB
rgb(243, 159, 149)HSL
hsl(6, 80%, 77%)OKLCH
oklch(0.783 0.102 27)CMYK
cmyk(0%, 35%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7F72
2#EB5E4F
3#E73E2B
4#D42A18
5#B12314
6#8D1C10
7#6A150C
8#470E08
9#230704
Tints
Lighter variations
1#F4A8A0
2#F6B2AB
3#F7BCB5
4#F8C5C0
5#F9CFCA
6#FAD9D5
7#FBE2DF
8#FDECEA
9#FEF5F4
Tones
Muted variations
1#EFA39A
2#EAA69F
3#E5AAA4
4#E1AEA8
5#DCB2AD
6#D7B5B2
7#D2B9B6
8#CEBDBB
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C9 #F8C9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39F #F39F95 | BordersInactive statesPlaceholder text |
| 400 | ED6D #ED6D5E | Disabled statesSecondary iconsMuted text |
| 500 | E843 #E84330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA28 #CA2816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A120 #A12012 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7317 #73170D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490F #490F08 | 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: #FBE2DF;
--tan-200: #F8C9C3;
--tan-300: #F39F95;
--tan-400: #ED6D5E;
--tan-500: #E84330;
--tan-600: #CA2816;
--tan-700: #A12012;
--tan-800: #73170D;
--tan-900: #490F08;
--tan-950: #2E0905;
}