Orange
#E6AD33
OrangeColor Codes
All color formats for development
HEX
#E6AD33RGB
rgb(230, 173, 51)HSL
hsl(41, 78%, 55%)OKLCH
oklch(0.781 0.146 81.7)CMYK
cmyk(0%, 25%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1A21C
2#C89019
3#AF7E16
4#966C13
5#7D5A0F
6#64480C
7#4B3609
8#322406
9#191203
Tints
Lighter variations
1#E8B547
2#EBBD5C
3#EDC670
4#F0CE84
5#F2D699
6#F5DEAD
7#F7E6C2
8#FAEFD6
9#FCF7EB
Tones
Muted variations
1#DDAA3C
2#D4A745
3#CBA34E
4#C2A057
5#B99D5F
6#B09968
7#A79671
8#9E937A
9#959083
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E7 #F8E7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D5 #F2D597 | BordersInactive statesPlaceholder text |
| 400 | EBBF #EBBF60 | Disabled statesSecondary iconsMuted text |
| 500 | E6AD #E6AD33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C890 #C89019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F73 #9F7314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7152 #71520E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4934 #493409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D21 #2D2106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFAF1;
--orange-100: #FBF2DF;
--orange-200: #F8E7C4;
--orange-300: #F2D597;
--orange-400: #EBBF60;
--orange-500: #E6AD33;
--orange-600: #C89019;
--orange-700: #9F7314;
--orange-800: #71520E;
--orange-900: #493409;
--orange-950: #2D2106;
}