Orange
#E9BE2F
YellowColor Codes
All color formats for development
HEX
#E9BE2FRGB
rgb(233, 190, 47)HSL
hsl(46, 81%, 55%)OKLCH
oklch(0.817 0.155 90.7)CMYK
cmyk(0%, 18%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E4B518
2#CBA115
3#B28D13
4#987910
5#7F640D
6#66500B
7#4C3C08
8#332805
9#191403
Tints
Lighter variations
1#EBC444
2#EECB59
3#F0D16E
4#F2D882
5#F4DE97
6#F6E5AC
7#F8EBC1
8#FBF2D5
9#FDF8EA
Tones
Muted variations
1#E0B939
2#D7B442
3#CDAF4B
4#C4AA54
5#BBA55E
6#B1A067
7#A89B70
8#9F967A
9#969183
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF5 #FCF5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EC #F9ECC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4DE #F4DE95 | BordersInactive statesPlaceholder text |
| 400 | EECC #EECC5D | Disabled statesSecondary iconsMuted text |
| 500 | E9BE #E9BE2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBA1 #CBA115 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A280 #A28011 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 735B #735B0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A3A #4A3A08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E25 #2E2505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFBF1;
--orange-100: #FCF5DF;
--orange-200: #F9ECC3;
--orange-300: #F4DE95;
--orange-400: #EECC5D;
--orange-500: #E9BE2F;
--orange-600: #CBA115;
--orange-700: #A28011;
--orange-800: #735B0C;
--orange-900: #4A3A08;
--orange-950: #2E2505;
}