Orange
#EDA92C
OrangeColor Codes
All color formats for development
HEX
#EDA92CRGB
rgb(237, 169, 44)HSL
hsl(39, 84%, 55%)OKLCH
oklch(0.781 0.151 77)CMYK
cmyk(0%, 29%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E89E14
2#CE8C12
3#B57B10
4#9B690D
5#81580B
6#674609
7#4D3507
8#342304
9#1A1202
Tints
Lighter variations
1#EEB241
2#F0BA56
3#F2C36B
4#F4CC80
5#F6D495
6#F8DDAB
7#F9E5C0
8#FBEED5
9#FDF6EA
Tones
Muted variations
1#E3A635
2#D9A33F
3#D0A049
4#C69E52
5#BC9B5C
6#B39866
7#A9956F
8#A09279
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 | FAE6 #FAE6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D3 #F6D393 | BordersInactive statesPlaceholder text |
| 400 | F1BC #F1BC5B | Disabled statesSecondary iconsMuted text |
| 500 | EDA9 #EDA92C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE8C #CE8C12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A470 #A4700E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7550 #75500A | 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: #FAE6C2;
--orange-300: #F6D393;
--orange-400: #F1BC5B;
--orange-500: #EDA92C;
--orange-600: #CE8C12;
--orange-700: #A4700E;
--orange-800: #75500A;
--orange-900: #4B3307;
--orange-950: #2F2004;
}