Tan
#F2BA5A
OrangeColor Codes
All color formats for development
HEX
#F2BA5ARGB
rgb(242, 186, 90)HSL
hsl(38, 85%, 65%)OKLCH
oklch(0.822 0.13 78.7)CMYK
cmyk(0%, 23%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFAD3B
2#EDA01D
3#D78E11
4#B87A0F
5#99660C
6#7B510A
7#5C3D07
8#3D2905
9#1F1402
Tints
Lighter variations
1#F3C16A
2#F4C87B
3#F6CF8B
4#F7D69C
5#F8DCAC
6#FAE3BD
7#FBEACD
8#FCF1DE
9#FEF8EE
Tones
Muted variations
1#EAB861
2#E2B669
3#DBB471
4#D3B278
5#CCB080
6#C4AE87
7#BDAC8F
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 | F6D2 #F6D292 | BordersInactive statesPlaceholder text |
| 400 | F2BA #F2BA5A | Disabled statesSecondary iconsMuted text |
| 500 | EEA6 #EEA62B | Primary brand colorCTAsActive elementsLinks |
| 600 | D08A #D08A11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A56D #A56D0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 764E #764E0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B32 #4B3206 | 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: #F6D292;
--tan-400: #F2BA5A;
--tan-500: #EEA62B;
--tan-600: #D08A11;
--tan-700: #A56D0D;
--tan-800: #764E0A;
--tan-900: #4B3206;
--tan-950: #2F1F04;
}