Orange
#E6B033
OrangeColor Codes
All color formats for development
HEX
#E6B033RGB
rgb(230, 176, 51)HSL
hsl(42, 78%, 55%)OKLCH
oklch(0.787 0.146 83.6)CMYK
cmyk(0%, 23%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1A61C
2#C89319
3#AF8116
4#966E13
5#7D5C0F
6#644A0C
7#4B3709
8#322506
9#191203
Tints
Lighter variations
1#E8B847
2#EBC05C
3#EDC870
4#F0D084
5#F2D899
6#F5DFAD
7#F7E7C2
8#FAEFD6
9#FCF7EB
Tones
Muted variations
1#DDAC3C
2#D4A945
3#CBA54E
4#C2A257
5#B99E5F
6#B09B68
7#A79771
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 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E8 #F8E8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D7 #F2D797 | BordersInactive statesPlaceholder text |
| 400 | EBC2 #EBC260 | Disabled statesSecondary iconsMuted text |
| 500 | E6B0 #E6B033 | Primary brand colorCTAsActive elementsLinks |
| 600 | C893 #C89319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F75 #9F7514 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7154 #71540E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4936 #493609 | 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: #FBF3DF;
--orange-200: #F8E8C4;
--orange-300: #F2D797;
--orange-400: #EBC260;
--orange-500: #E6B033;
--orange-600: #C89319;
--orange-700: #9F7514;
--orange-800: #71540E;
--orange-900: #493609;
--orange-950: #2D2106;
}