Tan
#F0BE5C
OrangeColor Codes
All color formats for development
HEX
#F0BE5CRGB
rgb(240, 190, 92)HSL
hsl(40, 83%, 65%)OKLCH
oklch(0.828 0.129 82.1)CMYK
cmyk(0%, 21%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDB23D
2#EAA61F
3#D49414
4#B67F11
5#986A0E
6#79550B
7#5B3F08
8#3D2A06
9#1E1503
Tints
Lighter variations
1#F1C56C
2#F3CB7C
3#F4D28D
4#F6D89D
5#F7DFAD
6#F9E5BE
7#FAECCE
8#FCF2DE
9#FDF9EF
Tones
Muted variations
1#E8BC63
2#E1BA6A
3#DAB772
4#D2B579
5#CBB281
6#C3B088
7#BCAD90
8#B5AB97
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 | F9E7 #F9E7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D5 #F5D594 | BordersInactive statesPlaceholder text |
| 400 | F0BE #F0BE5C | Disabled statesSecondary iconsMuted text |
| 500 | EBAC #EBAC2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD8F #CD8F13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A372 #A3720F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7551 #75510B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B34 #4B3407 | 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: #FEF9F1;
--tan-100: #FCF2DE;
--tan-200: #F9E7C2;
--tan-300: #F5D594;
--tan-400: #F0BE5C;
--tan-500: #EBAC2D;
--tan-600: #CD8F13;
--tan-700: #A3720F;
--tan-800: #75510B;
--tan-900: #4B3407;
--tan-950: #2F2104;
}