Tan
#F0C35C
OrangeColor Codes
All color formats for development
HEX
#F0C35CRGB
rgb(240, 195, 92)HSL
hsl(42, 83%, 65%)OKLCH
oklch(0.837 0.131 85.6)CMYK
cmyk(0%, 19%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDB83D
2#EAAD1F
3#D49B14
4#B68411
5#986E0E
6#79580B
7#5B4208
8#3D2C06
9#1E1603
Tints
Lighter variations
1#F1C96C
2#F3CF7C
3#F4D58D
4#F6DB9D
5#F7E1AD
6#F9E7BE
7#FAEDCE
8#FCF3DE
9#FDF9EF
Tones
Muted variations
1#E8C063
2#E1BD6A
3#DABA72
4#D2B879
5#CBB581
6#C3B288
7#BCAF90
8#B5AC97
9#ADA99E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E9 #F9E9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D8 #F5D894 | BordersInactive statesPlaceholder text |
| 400 | F0C3 #F0C35C | Disabled statesSecondary iconsMuted text |
| 500 | EBB2 #EBB22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD95 #CD9513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A377 #A3770F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7555 #75550B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B36 #4B3607 | Primary textHigh emphasis contentDark headings |
| 950 | 2F22 #2F2204 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEFAF1;
--tan-100: #FCF3DE;
--tan-200: #F9E9C2;
--tan-300: #F5D894;
--tan-400: #F0C35C;
--tan-500: #EBB22D;
--tan-600: #CD9513;
--tan-700: #A3770F;
--tan-800: #75550B;
--tan-900: #4B3607;
--tan-950: #2F2204;
}