Orange
#EBB92D
OrangeColor Codes
All color formats for development
HEX
#EBB92DRGB
rgb(235, 185, 45)HSL
hsl(44, 83%, 55%)OKLCH
oklch(0.809 0.154 87.2)CMYK
cmyk(0%, 21%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7AF15
2#CD9C13
3#B48811
4#9A750E
5#80610C
6#674E0A
7#4D3A07
8#332705
9#1A1302
Tints
Lighter variations
1#EDC042
2#EFC757
3#F1CE6C
4#F3D581
5#F5DC96
6#F7E3AB
7#F9EAC0
8#FBF1D5
9#FDF8EA
Tones
Muted variations
1#E2B437
2#D8B040
3#CFAB4A
4#C5A753
5#BCA25D
6#B29E66
7#A99A70
8#9F9579
9#969183
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 | F9EB #F9EBC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5DB #F5DB94 | BordersInactive statesPlaceholder text |
| 400 | F0C8 #F0C85C | Disabled statesSecondary iconsMuted text |
| 500 | EBB9 #EBB92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD9C #CD9C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A37C #A37C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7558 #75580B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B39 #4B3907 | 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: #F9EBC2;
--orange-300: #F5DB94;
--orange-400: #F0C85C;
--orange-500: #EBB92D;
--orange-600: #CD9C13;
--orange-700: #A37C0F;
--orange-800: #75580B;
--orange-900: #4B3907;
--orange-950: #2F2304;
}