Orange
#E8BA30
YellowColor Codes
All color formats for development
HEX
#E8BA30RGB
rgb(232, 186, 48)HSL
hsl(45, 80%, 55%)OKLCH
oklch(0.808 0.152 88.9)CMYK
cmyk(0%, 20%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E3B119
2#CA9D16
3#B18914
4#977611
5#7E620E
6#654F0B
7#4C3B08
8#322706
9#191403
Tints
Lighter variations
1#EAC145
2#EDC85A
3#EFCF6E
4#F1D683
5#F4DD98
6#F6E3AC
7#F8EAC1
8#FAF1D6
9#FDF8EA
Tones
Muted variations
1#DFB63A
2#D6B143
3#CDAC4C
4#C3A855
5#BAA35E
6#B19F68
7#A89A71
8#9F957A
9#959183
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EB #F8EBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DC #F3DC95 | BordersInactive statesPlaceholder text |
| 400 | EDC9 #EDC95E | Disabled statesSecondary iconsMuted text |
| 500 | E8BA #E8BA30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA9D #CA9D16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A17D #A17D12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7359 #73590D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4939 #493908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E24 #2E2405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFAF1;
--orange-100: #FBF4DF;
--orange-200: #F8EBC3;
--orange-300: #F3DC95;
--orange-400: #EDC95E;
--orange-500: #E8BA30;
--orange-600: #CA9D16;
--orange-700: #A17D12;
--orange-800: #73590D;
--orange-900: #493908;
--orange-950: #2E2405;
}