Tan
#EBBB60
OrangeColor Codes
All color formats for development
HEX
#EBBB60RGB
rgb(235, 187, 96)HSL
hsl(39, 78%, 65%)OKLCH
oklch(0.817 0.122 81.6)CMYK
cmyk(0%, 20%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8AE43
2#E4A125
3#CF8F1A
4#B17B16
5#946612
6#76520F
7#593D0B
8#3B2907
9#1E1404
Tints
Lighter variations
1#EDC170
2#EFC880
3#F1CF90
4#F3D6A0
5#F5DDB0
6#F7E4BF
7#F9EACF
8#FBF1DF
9#FDF8EF
Tones
Muted variations
1#E4B967
2#DDB66E
3#D6B475
4#D0B27C
5#C9B083
6#C2AE8A
7#BBAC91
8#B4AA98
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF1 #FBF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E6 #F8E6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D2 #F2D297 | BordersInactive statesPlaceholder text |
| 400 | EBBB #EBBB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6A7 #E6A733 | Primary brand colorCTAsActive elementsLinks |
| 600 | C88A #C88A19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F6E #9F6E14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714F #714F0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4932 #493209 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1F #2D1F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF9F1;
--tan-100: #FBF1DF;
--tan-200: #F8E6C4;
--tan-300: #F2D297;
--tan-400: #EBBB60;
--tan-500: #E6A733;
--tan-600: #C88A19;
--tan-700: #9F6E14;
--tan-800: #714F0E;
--tan-900: #493209;
--tan-950: #2D1F06;
}