Tan
#F2AD97
OrangeColor Codes
All color formats for development
HEX
#F2AD97RGB
rgb(242, 173, 151)HSL
hsl(15, 78%, 77%)OKLCH
oklch(0.807 0.087 38.4)CMYK
cmyk(0%, 29%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE9274
2#E97751
3#E55C2E
4#D2481A
5#AF3C16
6#8C3011
7#69240D
8#461809
9#230C04
Tints
Lighter variations
1#F3B6A1
2#F5BEAB
3#F6C6B6
4#F7CEC0
5#F9D6CB
6#FADED5
7#FBE7E0
8#FCEFEA
9#FEF7F5
Tones
Muted variations
1#EEB09B
2#E9B2A0
3#E4B4A4
4#E0B7A9
5#DBB9AD
6#D7BBB2
7#D2BDB7
8#CDC0BB
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 #F8D1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2AD #F2AD97 | BordersInactive statesPlaceholder text |
| 400 | EB83 #EB8360 | Disabled statesSecondary iconsMuted text |
| 500 | E65F #E65F33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C844 #C84419 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F36 #9F3614 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7127 #71270E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4919 #491909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D10 #2D1006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F1;
--tan-100: #FBE6DF;
--tan-200: #F8D1C4;
--tan-300: #F2AD97;
--tan-400: #EB8360;
--tan-500: #E65F33;
--tan-600: #C84419;
--tan-700: #9F3614;
--tan-800: #71270E;
--tan-900: #491909;
--tan-950: #2D1006;
}