Tan
#F3A295
RedColor Codes
All color formats for development
HEX
#F3A295RGB
rgb(243, 162, 149)HSL
hsl(8, 80%, 77%)OKLCH
oklch(0.789 0.099 29.5)CMYK
cmyk(0%, 33%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8372
2#EB644F
3#E7442B
4#D43118
5#B12914
6#8D2010
7#6A180C
8#471008
9#230804
Tints
Lighter variations
1#F4ABA0
2#F6B5AB
3#F7BEB5
4#F8C7C0
5#F9D0CA
6#FADAD5
7#FBE3DF
8#FDECEA
9#FEF6F4
Tones
Muted variations
1#EFA59A
2#EAA99F
3#E5ACA4
4#E1B0A8
5#DCB3AD
6#D7B7B2
7#D2BAB6
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 | FBE3 #FBE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CA #F8CAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A2 #F3A295 | BordersInactive statesPlaceholder text |
| 400 | ED71 #ED715E | Disabled statesSecondary iconsMuted text |
| 500 | E849 #E84930 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA2E #CA2E16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A125 #A12512 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731A #731A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4911 #491108 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0B #2E0B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F1;
--tan-100: #FBE3DF;
--tan-200: #F8CAC3;
--tan-300: #F3A295;
--tan-400: #ED715E;
--tan-500: #E84930;
--tan-600: #CA2E16;
--tan-700: #A12512;
--tan-800: #731A0D;
--tan-900: #491108;
--tan-950: #2E0B05;
}