Orange
#EBB62D
OrangeColor Codes
All color formats for development
HEX
#EBB62DRGB
rgb(235, 182, 45)HSL
hsl(43, 83%, 55%)OKLCH
oklch(0.803 0.153 85.5)CMYK
cmyk(0%, 23%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7AC15
2#CD9913
3#B48511
4#9A720E
5#805F0C
6#674C0A
7#4D3907
8#332605
9#1A1302
Tints
Lighter variations
1#EDBD42
2#EFC457
3#F1CC6C
4#F3D381
5#F5DA96
6#F7E2AB
7#F9E9C0
8#FBF0D5
9#FDF8EA
Tones
Muted variations
1#E2B137
2#D8AD40
3#CFA94A
4#C5A553
5#BCA15D
6#B29D66
7#A99970
8#9F9579
9#969083
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF4 #FCF4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EA #F9EAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D9 #F5D994 | BordersInactive statesPlaceholder text |
| 400 | F0C6 #F0C65C | Disabled statesSecondary iconsMuted text |
| 500 | EBB6 #EBB62D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD99 #CD9913 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A379 #A3790F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7557 #75570B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B37 #4B3707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F23 #2F2304 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF1;
--orange-100: #FCF4DE;
--orange-200: #F9EAC2;
--orange-300: #F5D994;
--orange-400: #F0C65C;
--orange-500: #EBB62D;
--orange-600: #CD9913;
--orange-700: #A3790F;
--orange-800: #75570B;
--orange-900: #4B3707;
--orange-950: #2F2304;
}