Tan
#F4C057
OrangeColor Codes
All color formats for development
HEX
#F4C057RGB
rgb(244, 192, 87)HSL
hsl(40, 88%, 65%)OKLCH
oklch(0.835 0.135 82.5)CMYK
cmyk(0%, 21%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2B438
2#F0A919
3#DA960E
4#BB810C
5#9C6B0A
6#7D5608
7#5D4006
8#3E2B04
9#1F1502
Tints
Lighter variations
1#F5C668
2#F6CD79
3#F8D38A
4#F9D99A
5#FADFAB
6#FBE6BC
7#FCECCD
8#FDF2DD
9#FEF9EE
Tones
Muted variations
1#ECBD5F
2#E5BB67
3#DDB86F
4#D5B577
5#CDB37E
6#C5B086
7#BDAE8E
8#B5AB96
9#AEA89E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE8 #FBE8C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D6 #F8D691 | BordersInactive statesPlaceholder text |
| 400 | F4C0 #F4C057 | Disabled statesSecondary iconsMuted text |
| 500 | F1AE #F1AE27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D391 #D3910D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A873 #A8730B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7852 #785208 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D35 #4D3505 | Primary textHigh emphasis contentDark headings |
| 950 | 3021 #302103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEFAF1;
--tan-100: #FDF2DD;
--tan-200: #FBE8C1;
--tan-300: #F8D691;
--tan-400: #F4C057;
--tan-500: #F1AE27;
--tan-600: #D3910D;
--tan-700: #A8730B;
--tan-800: #785208;
--tan-900: #4D3505;
--tan-950: #302103;
}