Tan
#F3AD95
OrangeColor Codes
All color formats for development
HEX
#F3AD95RGB
rgb(243, 173, 149)HSL
hsl(15, 80%, 77%)OKLCH
oklch(0.808 0.089 39.7)CMYK
cmyk(0%, 29%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF9172
2#EB764F
3#E75A2B
4#D44718
5#B13B14
6#8D2F10
7#6A230C
8#471808
9#230C04
Tints
Lighter variations
1#F4B5A0
2#F6BDAB
3#F7C6B5
4#F8CEC0
5#F9D6CA
6#FADED5
7#FBE6DF
8#FDEFEA
9#FEF7F4
Tones
Muted variations
1#EFAF9A
2#EAB29F
3#E5B4A4
4#E1B6A8
5#DCB9AD
6#D7BBB2
7#D2BDB6
8#CEC0BB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE6 #FBE6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D1 #F8D1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3AD #F3AD95 | BordersInactive statesPlaceholder text |
| 400 | ED82 #ED825E | Disabled statesSecondary iconsMuted text |
| 500 | E85E #E85E30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA43 #CA4316 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A136 #A13612 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7326 #73260D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4918 #491808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0F #2E0F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F1;
--tan-100: #FBE6DF;
--tan-200: #F8D1C3;
--tan-300: #F3AD95;
--tan-400: #ED825E;
--tan-500: #E85E30;
--tan-600: #CA4316;
--tan-700: #A13612;
--tan-800: #73260D;
--tan-900: #491808;
--tan-950: #2E0F05;
}