Orange
#E2B736
YellowColor Codes
All color formats for development
HEX
#E2B736RGB
rgb(226, 183, 54)HSL
hsl(45, 75%, 55%)OKLCH
oklch(0.797 0.147 89.3)CMYK
cmyk(0%, 19%, 76%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DDAE20
2#C49A1C
3#AC8719
4#937415
5#7B6012
6#624D0E
7#4A3A0B
8#312707
9#191304
Tints
Lighter variations
1#E5BE4A
2#E8C65E
3#EBCD72
4#EED487
5#F1DB9B
6#F4E2AF
7#F6E9C3
8#F9F1D7
9#FCF8EB
Tones
Muted variations
1#DAB33F
2#D1AF47
3#C8AA50
4#C0A659
5#B7A261
6#AF9D6A
7#A69972
8#9D957B
9#959184
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EA #F7EAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0DA #F0DA98 | BordersInactive statesPlaceholder text |
| 400 | E9C7 #E9C763 | Disabled statesSecondary iconsMuted text |
| 500 | E2B7 #E2B736 | Primary brand colorCTAsActive elementsLinks |
| 600 | C49A #C49A1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C7B #9C7B16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7058 #705810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4738 #47380A | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFAF2;
--orange-100: #FBF4E0;
--orange-200: #F7EAC5;
--orange-300: #F0DA98;
--orange-400: #E9C763;
--orange-500: #E2B736;
--orange-600: #C49A1C;
--orange-700: #9C7B16;
--orange-800: #705810;
--orange-900: #47380A;
--orange-950: #2D2306;
}