Tan
#F0BC5C
OrangeColor Codes
All color formats for development
HEX
#F0BC5CRGB
rgb(240, 188, 92)HSL
hsl(39, 83%, 65%)OKLCH
oklch(0.824 0.128 80.7)CMYK
cmyk(0%, 22%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDB03D
2#EAA31F
3#D49114
4#B67C11
5#98680E
6#79530B
7#5B3E08
8#3D2906
9#1E1503
Tints
Lighter variations
1#F1C36C
2#F3C97C
3#F4D08D
4#F6D79D
5#F7DDAD
6#F9E4BE
7#FAEBCE
8#FCF2DE
9#FDF8EF
Tones
Muted variations
1#E8BA63
2#E1B86A
3#DAB572
4#D2B379
5#CBB181
6#C3AF88
7#BCAC90
8#B5AA97
9#ADA89E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E6 #F9E6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D3 #F5D394 | BordersInactive statesPlaceholder text |
| 400 | F0BC #F0BC5C | Disabled statesSecondary iconsMuted text |
| 500 | EBA9 #EBA92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD8C #CD8C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36F #A36F0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7550 #75500B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B33 #4B3307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F20 #2F2004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF9F1;
--tan-100: #FCF2DE;
--tan-200: #F9E6C2;
--tan-300: #F5D394;
--tan-400: #F0BC5C;
--tan-500: #EBA92D;
--tan-600: #CD8C13;
--tan-700: #A36F0F;
--tan-800: #75500B;
--tan-900: #4B3307;
--tan-950: #2F2004;
}