Orange
#EAA52E
OrangeColor Codes
All color formats for development
HEX
#EAA52ERGB
rgb(234, 165, 46)HSL
hsl(38, 82%, 55%)OKLCH
oklch(0.77 0.149 75.6)CMYK
cmyk(0%, 29%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E69A17
2#CC8914
3#B37812
4#99670F
5#80550D
6#66440A
7#4D3308
8#332205
9#1A1103
Tints
Lighter variations
1#ECAE43
2#EEB758
3#F1C06D
4#F3C982
5#F5D297
6#F7DBAB
7#F9E4C0
8#FBEDD5
9#FDF6EA
Tones
Muted variations
1#E1A338
2#D8A041
3#CE9E4A
4#C59B54
5#BB995D
6#B29667
7#A89470
8#9F9179
9#968F83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E5 #F9E5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D1 #F4D194 | BordersInactive statesPlaceholder text |
| 400 | EFB9 #EFB95D | Disabled statesSecondary iconsMuted text |
| 500 | EAA5 #EAA52E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC89 #CC8914 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26D #A26D10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 744E #744E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A32 #4A3207 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1F #2E1F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF9F1;
--orange-100: #FCF1DF;
--orange-200: #F9E5C3;
--orange-300: #F4D194;
--orange-400: #EFB95D;
--orange-500: #EAA52E;
--orange-600: #CC8914;
--orange-700: #A26D10;
--orange-800: #744E0B;
--orange-900: #4A3207;
--orange-950: #2E1F05;
}