Orange
#EBA92D
OrangeColor Codes
All color formats for development
HEX
#EBA92DRGB
rgb(235, 169, 45)HSL
hsl(39, 83%, 55%)OKLCH
oklch(0.778 0.15 77.8)CMYK
cmyk(0%, 28%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E79E15
2#CD8C13
3#B47B11
4#9A690E
5#80580C
6#67460A
7#4D3507
8#332305
9#1A1202
Tints
Lighter variations
1#EDB142
2#EFBA57
3#F1C36C
4#F3CB81
5#F5D496
6#F7DDAB
7#F9E5C0
8#FBEED5
9#FDF6EA
Tones
Muted variations
1#E2A637
2#D8A340
3#CFA04A
4#C59D53
5#BC9B5D
6#B29866
7#A99570
8#9F9279
9#968F83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E6 #F9E6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D3 #F5D394 | BordersInactive statesPlaceholder text |
| 400 | F0BC #F0BC5C | Disabled statesSecondary iconsMuted text |
| 500 | EBA9 #EBA92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD8C #CD8C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36F #A36F0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7550 #75500B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B33 #4B3307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F20 #2F2004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF9F1;
--orange-100: #FCF2DE;
--orange-200: #F9E6C2;
--orange-300: #F5D394;
--orange-400: #F0BC5C;
--orange-500: #EBA92D;
--orange-600: #CD8C13;
--orange-700: #A36F0F;
--orange-800: #75500B;
--orange-900: #4B3307;
--orange-950: #2F2004;
}