Orange
#EAA22E
OrangeColor Codes
All color formats for development
HEX
#EAA22ERGB
rgb(234, 162, 46)HSL
hsl(37, 82%, 55%)OKLCH
oklch(0.764 0.148 73.8)CMYK
cmyk(0%, 31%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E69617
2#CC8614
3#B37512
4#99640F
5#80540D
6#66430A
7#4D3208
8#332105
9#1A1103
Tints
Lighter variations
1#ECAB43
2#EEB558
3#F1BE6D
4#F3C782
5#F5D197
6#F7DAAB
7#F9E3C0
8#FBECD5
9#FDF6EA
Tones
Muted variations
1#E1A038
2#D89E41
3#CE9C4A
4#C59954
5#BB975D
6#B29567
7#A89370
8#9F9179
9#968E83
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 | F9E4 #F9E4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D0 #F4D094 | BordersInactive statesPlaceholder text |
| 400 | EFB7 #EFB75D | Disabled statesSecondary iconsMuted text |
| 500 | EAA2 #EAA22E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC86 #CC8614 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26A #A26A10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 744C #744C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A31 #4A3107 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1E #2E1E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF9F1;
--orange-100: #FCF1DF;
--orange-200: #F9E4C3;
--orange-300: #F4D094;
--orange-400: #EFB75D;
--orange-500: #EAA22E;
--orange-600: #CC8614;
--orange-700: #A26A10;
--orange-800: #744C0B;
--orange-900: #4A3107;
--orange-950: #2E1E05;
}