Orange
#E9AB2F
OrangeColor Codes
All color formats for development
HEX
#E9AB2FRGB
rgb(233, 171, 47)HSL
hsl(40, 81%, 55%)OKLCH
oklch(0.78 0.148 79.6)CMYK
cmyk(0%, 27%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E4A018
2#CB8E15
3#B27D13
4#986B10
5#7F590D
6#66470B
7#4C3508
8#332405
9#191203
Tints
Lighter variations
1#EBB444
2#EEBC59
3#F0C46E
4#F2CD82
5#F4D597
6#F6DDAC
7#F8E6C1
8#FBEED5
9#FDF7EA
Tones
Muted variations
1#E0A839
2#D7A542
3#CDA24B
4#C49F54
5#BB9C5E
6#B19967
7#A89670
8#9F927A
9#968F83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E7 #F9E7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D4 #F4D495 | BordersInactive statesPlaceholder text |
| 400 | EEBE #EEBE5D | Disabled statesSecondary iconsMuted text |
| 500 | E9AB #E9AB2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB8E #CB8E15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A271 #A27111 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7351 #73510C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A34 #4A3408 | Primary textHigh emphasis contentDark headings |
| 950 | 2E20 #2E2005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF9F1;
--orange-100: #FCF2DF;
--orange-200: #F9E7C3;
--orange-300: #F4D495;
--orange-400: #EEBE5D;
--orange-500: #E9AB2F;
--orange-600: #CB8E15;
--orange-700: #A27111;
--orange-800: #73510C;
--orange-900: #4A3408;
--orange-950: #2E2005;
}