Tan
#F2BD5A
OrangeColor Codes
All color formats for development
HEX
#F2BD5ARGB
rgb(242, 189, 90)HSL
hsl(39, 85%, 65%)OKLCH
oklch(0.828 0.131 80.8)CMYK
cmyk(0%, 22%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFB03B
2#EDA41D
3#D79211
4#B87D0F
5#99680C
6#7B530A
7#5C3E07
8#3D2A05
9#1F1502
Tints
Lighter variations
1#F3C36A
2#F4CA7B
3#F6D08B
4#F7D79C
5#F8DEAC
6#FAE4BD
7#FBEBCD
8#FCF2DE
9#FEF8EE
Tones
Muted variations
1#EABA61
2#E2B869
3#DBB671
4#D3B378
5#CCB180
6#C4AF87
7#BDAD8F
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 #F6D392 | BordersInactive statesPlaceholder text |
| 400 | F2BD #F2BD5A | Disabled statesSecondary iconsMuted text |
| 500 | EEAA #EEAA2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D08D #D08D11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A570 #A5700D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7650 #76500A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B33 #4B3306 | 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: #F6D392;
--tan-400: #F2BD5A;
--tan-500: #EEAA2B;
--tan-600: #D08D11;
--tan-700: #A5700D;
--tan-800: #76500A;
--tan-900: #4B3306;
--tan-950: #2F2004;
}