Orange
#E7B432
OrangeColor Codes
All color formats for development
HEX
#E7B432RGB
rgb(231, 180, 50)HSL
hsl(43, 79%, 55%)OKLCH
oklch(0.795 0.149 85.7)CMYK
cmyk(0%, 22%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2A91B
2#C99718
3#B08415
4#977112
5#7E5E0F
6#644B0C
7#4B3809
8#322606
9#191303
Tints
Lighter variations
1#E9BB46
2#ECC35B
3#EECA6F
4#F1D284
5#F3D998
6#F5E1AD
7#F8E8C1
8#FAF0D6
9#FDF7EA
Tones
Muted variations
1#DEB03B
2#D5AC44
3#CCA84D
4#C3A456
5#BAA05F
6#B19C68
7#A79871
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 | F8E9 #F8E9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D8 #F3D896 | BordersInactive statesPlaceholder text |
| 400 | ECC4 #ECC45F | Disabled statesSecondary iconsMuted text |
| 500 | E7B4 #E7B432 | Primary brand colorCTAsActive elementsLinks |
| 600 | C997 #C99718 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A078 #A07813 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7256 #72560D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4937 #493709 | 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: #F8E9C4;
--orange-300: #F3D896;
--orange-400: #ECC45F;
--orange-500: #E7B432;
--orange-600: #C99718;
--orange-700: #A07813;
--orange-800: #72560D;
--orange-900: #493709;
--orange-950: #2E2205;
}