Orange
#E9BB2F
YellowColor Codes
All color formats for development
HEX
#E9BB2FRGB
rgb(233, 187, 47)HSL
hsl(45, 81%, 55%)OKLCH
oklch(0.811 0.154 89.1)CMYK
cmyk(0%, 20%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E4B118
2#CB9E15
3#B28A13
4#987610
5#7F630D
6#664F0B
7#4C3B08
8#332705
9#191403
Tints
Lighter variations
1#EBC244
2#EEC859
3#F0CF6E
4#F2D682
5#F4DD97
6#F6E4AC
7#F8EBC1
8#FBF1D5
9#FDF8EA
Tones
Muted variations
1#E0B639
2#D7B142
3#CDAD4B
4#C4A854
5#BBA35E
6#B19F67
7#A89A70
8#9F967A
9#969183
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF4 #FCF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EB #F9EBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4DC #F4DC95 | BordersInactive statesPlaceholder text |
| 400 | EECA #EECA5D | Disabled statesSecondary iconsMuted text |
| 500 | E9BB #E9BB2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB9E #CB9E15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A27D #A27D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 735A #735A0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A39 #4A3908 | 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: #FEFAF1;
--orange-100: #FCF4DF;
--orange-200: #F9EBC3;
--orange-300: #F4DC95;
--orange-400: #EECA5D;
--orange-500: #E9BB2F;
--orange-600: #CB9E15;
--orange-700: #A27D11;
--orange-800: #735A0C;
--orange-900: #4A3908;
--orange-950: #2E2405;
}