Tan
#F1BA5B
OrangeColor Codes
All color formats for development
HEX
#F1BA5BRGB
rgb(241, 186, 91)HSL
hsl(38, 84%, 65%)OKLCH
oklch(0.821 0.129 79)CMYK
cmyk(0%, 23%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEAD3C
2#EBA01E
3#D58E13
4#B77A10
5#98650D
6#7A510B
7#5B3D08
8#3D2905
9#1E1403
Tints
Lighter variations
1#F2C16B
2#F4C87C
3#F5CF8C
4#F6D59C
5#F8DCAD
6#F9E3BD
7#FBEACE
8#FCF1DE
9#FEF8EF
Tones
Muted variations
1#E9B862
2#E2B66A
3#DAB471
4#D3B279
5#CBB080
6#C4AE88
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 | FCF1 #FCF1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE5 #FAE5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D1 #F6D193 | BordersInactive statesPlaceholder text |
| 400 | F1BA #F1BA5B | Disabled statesSecondary iconsMuted text |
| 500 | EDA6 #EDA62C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE89 #CE8912 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A46D #A46D0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 754E #754E0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B32 #4B3207 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1F #2F1F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEF9F1;
--tan-100: #FCF1DE;
--tan-200: #FAE5C2;
--tan-300: #F6D193;
--tan-400: #F1BA5B;
--tan-500: #EDA62C;
--tan-600: #CE8912;
--tan-700: #A46D0E;
--tan-800: #754E0A;
--tan-900: #4B3207;
--tan-950: #2F1F04;
}