Orange
#E0B938
YellowColor Codes
All color formats for development
HEX
#E0B938RGB
rgb(224, 185, 56)HSL
hsl(46, 73%, 55%)OKLCH
oklch(0.799 0.146 91.3)CMYK
cmyk(0%, 17%, 75%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DAAF22
2#C29C1E
3#AA881B
4#927517
5#796113
6#614E0F
7#493A0B
8#312708
9#181304
Tints
Lighter variations
1#E3C04C
2#E6C760
3#E9CE74
4#ECD588
5#F0DC9C
6#F3E3B0
7#F6EAC3
8#F9F1D7
9#FCF8EB
Tones
Muted variations
1#D8B441
2#CFB049
3#C7AC52
4#BFA75A
5#B6A362
6#AE9E6B
7#A59A73
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 | FAF4 #FAF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6EB #F6EBC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDB #EFDB9A | BordersInactive statesPlaceholder text |
| 400 | E7C8 #E7C865 | Disabled statesSecondary iconsMuted text |
| 500 | E0B9 #E0B938 | Primary brand colorCTAsActive elementsLinks |
| 600 | C29C #C29C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A7C #9A7C18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E59 #6E5911 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4739 #47390B | Primary textHigh emphasis contentDark headings |
| 950 | 2C23 #2C2307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFAF2;
--orange-100: #FAF4E0;
--orange-200: #F6EBC6;
--orange-300: #EFDB9A;
--orange-400: #E7C865;
--orange-500: #E0B938;
--orange-600: #C29C1E;
--orange-700: #9A7C18;
--orange-800: #6E5911;
--orange-900: #47390B;
--orange-950: #2C2307;
}