Tan
#F0B75C
OrangeColor Codes
All color formats for development
HEX
#F0B75CRGB
rgb(240, 183, 92)HSL
hsl(37, 83%, 65%)OKLCH
oklch(0.814 0.127 77)CMYK
cmyk(0%, 24%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDAA3D
2#EA9C1F
3#D48A14
4#B67711
5#98630E
6#794F0B
7#5B3B08
8#3D2806
9#1E1403
Tints
Lighter variations
1#F1BE6C
2#F3C57C
3#F4CD8D
4#F6D49D
5#F7DBAD
6#F9E2BE
7#FAE9CE
8#FCF1DE
9#FDF8EF
Tones
Muted variations
1#E8B563
2#E1B46A
3#DAB272
4#D2B079
5#CBAE81
6#C3AD88
7#BCAB90
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 | F9E4 #F9E4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D0 #F5D094 | BordersInactive statesPlaceholder text |
| 400 | F0B7 #F0B75C | Disabled statesSecondary iconsMuted text |
| 500 | EBA2 #EBA22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD86 #CD8613 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36B #A36B0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 754C #754C0B | 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: #F9E4C2;
--tan-300: #F5D094;
--tan-400: #F0B75C;
--tan-500: #EBA22D;
--tan-600: #CD8613;
--tan-700: #A36B0F;
--tan-800: #754C0B;
--tan-900: #4B3107;
--tan-950: #2F1E04;
}