Tan
#F1B75B
OrangeColor Codes
All color formats for development
HEX
#F1B75BRGB
rgb(241, 183, 91)HSL
hsl(37, 84%, 65%)OKLCH
oklch(0.815 0.128 76.8)CMYK
cmyk(0%, 24%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEAA3C
2#EB9D1E
3#D58B13
4#B77710
5#98630D
6#7A4F0B
7#5B3B08
8#3D2805
9#1E1403
Tints
Lighter variations
1#F2BE6B
2#F4C67C
3#F5CD8C
4#F6D49C
5#F8DBAD
6#F9E2BD
7#FBE9CE
8#FCF1DE
9#FEF8EF
Tones
Muted variations
1#E9B562
2#E2B46A
3#DAB271
4#D3B079
5#CBAE80
6#C4AD88
7#BCAB8F
8#B5A997
9#ADA79E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE4 #FAE4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D0 #F6D093 | BordersInactive statesPlaceholder text |
| 400 | F1B7 #F1B75B | Disabled statesSecondary iconsMuted text |
| 500 | EDA3 #EDA32C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE86 #CE8612 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A46B #A46B0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 754C #754C0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B31 #4B3107 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1E #2F1E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF9F1;
--tan-100: #FCF1DE;
--tan-200: #FAE4C2;
--tan-300: #F6D093;
--tan-400: #F1B75B;
--tan-500: #EDA32C;
--tan-600: #CE8612;
--tan-700: #A46B0E;
--tan-800: #754C0A;
--tan-900: #4B3107;
--tan-950: #2F1E04;
}