Tan
#F0C15C
OrangeColor Codes
All color formats for development
HEX
#F0C15CRGB
rgb(240, 193, 92)HSL
hsl(41, 83%, 65%)OKLCH
oklch(0.833 0.13 84.2)CMYK
cmyk(0%, 20%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDB53D
2#EAAA1F
3#D49714
4#B68211
5#986C0E
6#79560B
7#5B4108
8#3D2B06
9#1E1603
Tints
Lighter variations
1#F1C76C
2#F3CD7C
3#F4D48D
4#F6DA9D
5#F7E0AD
6#F9E6BE
7#FAECCE
8#FCF3DE
9#FDF9EF
Tones
Muted variations
1#E8BE63
2#E1BB6A
3#DAB972
4#D2B679
5#CBB381
6#C3B188
7#BCAE90
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 | FCF3 #FCF3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E8 #F9E8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D6 #F5D694 | BordersInactive statesPlaceholder text |
| 400 | F0C1 #F0C15C | Disabled statesSecondary iconsMuted text |
| 500 | EBAF #EBAF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD92 #CD9213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A374 #A3740F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7553 #75530B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B35 #4B3507 | 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: #FCF3DE;
--tan-200: #F9E8C2;
--tan-300: #F5D694;
--tan-400: #F0C15C;
--tan-500: #EBAF2D;
--tan-600: #CD9213;
--tan-700: #A3740F;
--tan-800: #75530B;
--tan-900: #4B3507;
--tan-950: #2F2104;
}