Tan
#ECAF5F
OrangeColor Codes
All color formats for development
HEX
#ECAF5FRGB
rgb(236, 175, 95)HSL
hsl(34, 79%, 65%)OKLCH
oklch(0.795 0.121 72)CMYK
cmyk(0%, 26%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E9A042
2#E59124
3#D08018
4#B26E15
5#945C11
6#77490E
7#59370A
8#3B2507
9#1E1203
Tints
Lighter variations
1#EEB76F
2#F0BF7F
3#F2C78F
4#F4CF9F
5#F6D7AF
6#F8DFBF
7#F9E7CF
8#FBEFDF
9#FDF7EF
Tones
Muted variations
1#E5AE66
2#DEAD6D
3#D7AC74
4#D0AB7B
5#C9AA82
6#C2AA8A
7#BBA991
8#B4A898
9#ADA79F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E1 #F8E1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CB #F3CB96 | BordersInactive statesPlaceholder text |
| 400 | ECAF #ECAF5F | Disabled statesSecondary iconsMuted text |
| 500 | E798 #E79832 | Primary brand colorCTAsActive elementsLinks |
| 600 | C97C #C97C18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A063 #A06313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7246 #72460D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492D #492D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1C #2E1C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF8F1;
--tan-100: #FBEFDF;
--tan-200: #F8E1C4;
--tan-300: #F3CB96;
--tan-400: #ECAF5F;
--tan-500: #E79832;
--tan-600: #C97C18;
--tan-700: #A06313;
--tan-800: #72460D;
--tan-900: #492D09;
--tan-950: #2E1C05;
}