Tan
#F2BF5A
OrangeColor Codes
All color formats for development
HEX
#F2BF5ARGB
rgb(242, 191, 90)HSL
hsl(40, 85%, 65%)OKLCH
oklch(0.831 0.131 82.2)CMYK
cmyk(0%, 21%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFB33B
2#EDA71D
3#D79511
4#B8800F
5#996A0C
6#7B550A
7#5C4007
8#3D2B05
9#1F1502
Tints
Lighter variations
1#F3C56A
2#F4CC7B
3#F6D28B
4#F7D99C
5#F8DFAC
6#FAE5BD
7#FBECCD
8#FCF2DE
9#FEF9EE
Tones
Muted variations
1#EABD61
2#E2BA69
3#DBB771
4#D3B578
5#CCB280
6#C4B087
7#BDAD8F
8#B5AB97
9#ADA89E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE7 #FAE7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D5 #F6D592 | BordersInactive statesPlaceholder text |
| 400 | F2BF #F2BF5A | Disabled statesSecondary iconsMuted text |
| 500 | EEAD #EEAD2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D090 #D09011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A573 #A5730D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7652 #76520A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B34 #4B3406 | Primary textHigh emphasis contentDark headings |
| 950 | 2F21 #2F2104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FEFAF1;
--tan-100: #FCF2DE;
--tan-200: #FAE7C2;
--tan-300: #F6D592;
--tan-400: #F2BF5A;
--tan-500: #EEAD2B;
--tan-600: #D09011;
--tan-700: #A5730D;
--tan-800: #76520A;
--tan-900: #4B3406;
--tan-950: #2F2104;
}