Orange
#E7B132
OrangeColor Codes
All color formats for development
HEX
#E7B132RGB
rgb(231, 177, 50)HSL
hsl(42, 79%, 55%)OKLCH
oklch(0.79 0.148 83.9)CMYK
cmyk(0%, 23%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2A61B
2#C99418
3#B08115
4#976F12
5#7E5C0F
6#644A0C
7#4B3709
8#322506
9#191203
Tints
Lighter variations
1#E9B846
2#ECC05B
3#EEC86F
4#F1D084
5#F3D898
6#F5E0AD
7#F8E7C1
8#FAEFD6
9#FDF7EA
Tones
Muted variations
1#DEAD3B
2#D5A944
3#CCA64D
4#C3A256
5#BA9E5F
6#B19B68
7#A79771
8#9E947A
9#959083
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E8 #F8E8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D7 #F3D796 | BordersInactive statesPlaceholder text |
| 400 | ECC2 #ECC25F | Disabled statesSecondary iconsMuted text |
| 500 | E7B1 #E7B132 | Primary brand colorCTAsActive elementsLinks |
| 600 | C994 #C99418 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A075 #A07513 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7254 #72540D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4936 #493609 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFAF1;
--orange-100: #FBF3DF;
--orange-200: #F8E8C4;
--orange-300: #F3D796;
--orange-400: #ECC25F;
--orange-500: #E7B132;
--orange-600: #C99418;
--orange-700: #A07513;
--orange-800: #72540D;
--orange-900: #493609;
--orange-950: #2E2205;
}