Tan
#F0B55C
OrangeColor Codes
All color formats for development
HEX
#F0B55CRGB
rgb(240, 181, 92)HSL
hsl(36, 83%, 65%)OKLCH
oklch(0.81 0.126 75.5)CMYK
cmyk(0%, 25%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDA73D
2#EA991F
3#D48714
4#B67411
5#98610E
6#794D0B
7#5B3A08
8#3D2706
9#1E1303
Tints
Lighter variations
1#F1BC6C
2#F3C37C
3#F4CB8D
4#F6D29D
5#F7DAAD
6#F9E1BE
7#FAE9CE
8#FCF0DE
9#FDF8EF
Tones
Muted variations
1#E8B363
2#E1B26A
3#DAB072
4#D2AF79
5#CBAD81
6#C3AC88
7#BCAA90
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 | FCF0 #FCF0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E3 #F9E3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5CE #F5CE94 | BordersInactive statesPlaceholder text |
| 400 | F0B5 #F0B55C | Disabled statesSecondary iconsMuted text |
| 500 | EB9F #EB9F2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD83 #CD8313 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A368 #A3680F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 754A #754A0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B30 #4B3007 | 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: #FCF0DE;
--tan-200: #F9E3C2;
--tan-300: #F5CE94;
--tan-400: #F0B55C;
--tan-500: #EB9F2D;
--tan-600: #CD8313;
--tan-700: #A3680F;
--tan-800: #754A0B;
--tan-900: #4B3007;
--tan-950: #2F1E04;
}