Tan
#F1BC5B
OrangeColor Codes
All color formats for development
HEX
#F1BC5BRGB
rgb(241, 188, 91)HSL
hsl(39, 84%, 65%)OKLCH
oklch(0.825 0.129 80.4)CMYK
cmyk(0%, 22%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEB03C
2#EBA31E
3#D59113
4#B77D10
5#98680D
6#7A530B
7#5B3E08
8#3D2A05
9#1E1503
Tints
Lighter variations
1#F2C36B
2#F4CA7C
3#F5D08C
4#F6D79C
5#F8DEAD
6#F9E4BD
7#FBEBCE
8#FCF2DE
9#FEF8EF
Tones
Muted variations
1#E9BA62
2#E2B86A
3#DAB571
4#D3B379
5#CBB180
6#C4AF88
7#BCAC8F
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 | FAE6 #FAE6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D3 #F6D393 | BordersInactive statesPlaceholder text |
| 400 | F1BC #F1BC5B | Disabled statesSecondary iconsMuted text |
| 500 | EDA9 #EDA92C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE8C #CE8C12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A470 #A4700E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7550 #75500A | 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: #FAE6C2;
--tan-300: #F6D393;
--tan-400: #F1BC5B;
--tan-500: #EDA92C;
--tan-600: #CE8C12;
--tan-700: #A4700E;
--tan-800: #75500A;
--tan-900: #4B3307;
--tan-950: #2F2004;
}