Orange
#E3B835
YellowColor Codes
All color formats for development
HEX
#E3B835RGB
rgb(227, 184, 53)HSL
hsl(45, 76%, 55%)OKLCH
oklch(0.799 0.148 89.6)CMYK
cmyk(0%, 19%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DEAE1E
2#C59B1B
3#AD8718
4#947414
5#7B6111
6#634D0D
7#4A3A0A
8#312707
9#191303
Tints
Lighter variations
1#E6BF49
2#E9C65D
3#ECCD72
4#EED486
5#F1DB9A
6#F4E3AE
7#F7EAC2
8#F9F1D7
9#FCF8EB
Tones
Muted variations
1#DBB33E
2#D2AF46
3#C9AB4F
4#C1A658
5#B8A261
6#AF9E69
7#A69972
8#9E957B
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 | F1DB #F1DB98 | BordersInactive statesPlaceholder text |
| 400 | EAC8 #EAC862 | Disabled statesSecondary iconsMuted text |
| 500 | E3B8 #E3B835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59B #C59B1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7B #9D7B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7058 #70580F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4838 #48380A | 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: #F1DB98;
--orange-400: #EAC862;
--orange-500: #E3B835;
--orange-600: #C59B1B;
--orange-700: #9D7B15;
--orange-800: #70580F;
--orange-900: #48380A;
--orange-950: #2D2306;
}