Tan
#ECC05F
OrangeColor Codes
All color formats for development
HEX
#ECC05FRGB
rgb(236, 192, 95)HSL
hsl(41, 79%, 65%)OKLCH
oklch(0.828 0.126 85)CMYK
cmyk(0%, 19%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E9B442
2#E5A824
3#D09618
4#B28015
5#946B11
6#77560E
7#59400A
8#3B2B07
9#1E1503
Tints
Lighter variations
1#EEC66F
2#F0CC7F
3#F2D38F
4#F4D99F
5#F6DFAF
6#F8E6BF
7#F9ECCF
8#FBF2DF
9#FDF9EF
Tones
Muted variations
1#E5BD66
2#DEBA6D
3#D7B874
4#D0B57B
5#C9B382
6#C2B08A
7#BBAE91
8#B4AB98
9#ADA89F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E7 #F8E7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D5 #F3D596 | BordersInactive statesPlaceholder text |
| 400 | ECC0 #ECC05F | Disabled statesSecondary iconsMuted text |
| 500 | E7AD #E7AD32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C991 #C99118 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A073 #A07313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7252 #72520D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4935 #493509 | Primary textHigh emphasis contentDark headings |
| 950 | 2E21 #2E2105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF1;
--tan-100: #FBF2DF;
--tan-200: #F8E7C4;
--tan-300: #F3D596;
--tan-400: #ECC05F;
--tan-500: #E7AD32;
--tan-600: #C99118;
--tan-700: #A07313;
--tan-800: #72520D;
--tan-900: #493509;
--tan-950: #2E2105;
}