Orange
#E3BB35
YellowColor Codes
All color formats for development
HEX
#E3BB35RGB
rgb(227, 187, 53)HSL
hsl(46, 76%, 55%)OKLCH
oklch(0.805 0.149 91.3)CMYK
cmyk(0%, 18%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DEB11E
2#C59E1B
3#AD8A18
4#947614
5#7B6311
6#634F0D
7#4A3B0A
8#312707
9#191403
Tints
Lighter variations
1#E6C249
2#E9C85D
3#ECCF72
4#EED686
5#F1DD9A
6#F4E4AE
7#F7EBC2
8#F9F1D7
9#FCF8EB
Tones
Muted variations
1#DBB63E
2#D2B146
3#C9AD4F
4#C1A858
5#B8A461
6#AF9F69
7#A69A72
8#9E967B
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 | F7EB #F7EBC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DC #F1DC98 | BordersInactive statesPlaceholder text |
| 400 | EACA #EACA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3BB #E3BB35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59E #C59E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7D #9D7D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705A #705A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4839 #48390A | Primary textHigh emphasis contentDark headings |
| 950 | 2D24 #2D2406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFAF2;
--orange-100: #FBF4E0;
--orange-200: #F7EBC5;
--orange-300: #F1DC98;
--orange-400: #EACA62;
--orange-500: #E3BB35;
--orange-600: #C59E1B;
--orange-700: #9D7D15;
--orange-800: #705A0F;
--orange-900: #48390A;
--orange-950: #2D2406;
}