Tan
#F0BA5C
OrangeColor Codes
All color formats for development
HEX
#F0BA5CRGB
rgb(240, 186, 92)HSL
hsl(38, 83%, 65%)OKLCH
oklch(0.82 0.127 79.2)CMYK
cmyk(0%, 23%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDAD3D
2#EAA01F
3#D48E14
4#B67911
5#98650E
6#79510B
7#5B3D08
8#3D2806
9#1E1403
Tints
Lighter variations
1#F1C06C
2#F3C77C
3#F4CE8D
4#F6D59D
5#F7DCAD
6#F9E3BE
7#FAEACE
8#FCF1DE
9#FDF8EF
Tones
Muted variations
1#E8B863
2#E1B66A
3#DAB472
4#D2B279
5#CBB081
6#C3AE88
7#BCAC90
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 | F9E5 #F9E5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D1 #F5D194 | BordersInactive statesPlaceholder text |
| 400 | F0BA #F0BA5C | Disabled statesSecondary iconsMuted text |
| 500 | EBA6 #EBA62D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD89 #CD8913 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36D #A36D0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 754E #754E0B | 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: #F9E5C2;
--tan-300: #F5D194;
--tan-400: #F0BA5C;
--tan-500: #EBA62D;
--tan-600: #CD8913;
--tan-700: #A36D0F;
--tan-800: #754E0B;
--tan-900: #4B3207;
--tan-950: #2F1F04;
}