Tan
#EDC25E
OrangeColor Codes
All color formats for development
HEX
#EDC25ERGB
rgb(237, 194, 94)HSL
hsl(42, 80%, 65%)OKLCH
oklch(0.833 0.128 86)CMYK
cmyk(0%, 18%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAB741
2#E7AC23
3#D19917
4#B38314
5#956D11
6#77580D
7#5A420A
8#3C2C07
9#1E1603
Tints
Lighter variations
1#EFC86E
2#F1CE7E
3#F3D58F
4#F4DB9F
5#F6E1AF
6#F8E7BF
7#FAEDCF
8#FBF3DF
9#FDF9EF
Tones
Muted variations
1#E6BF65
2#DFBD6D
3#D8BA74
4#D1B77B
5#C9B482
6#C2B189
7#BBAE90
8#B4AB97
9#ADA99F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E8 #F8E8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D7 #F3D795 | BordersInactive statesPlaceholder text |
| 400 | EDC2 #EDC25E | Disabled statesSecondary iconsMuted text |
| 500 | E8B1 #E8B130 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA94 #CA9416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A176 #A17612 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7354 #73540D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4936 #493608 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDFAF1;
--tan-100: #FBF3DF;
--tan-200: #F8E8C3;
--tan-300: #F3D795;
--tan-400: #EDC25E;
--tan-500: #E8B130;
--tan-600: #CA9416;
--tan-700: #A17612;
--tan-800: #73540D;
--tan-900: #493608;
--tan-950: #2E2205;
}