Orange
#E6B933
YellowColor Codes
All color formats for development
HEX
#E6B933RGB
rgb(230, 185, 51)HSL
hsl(45, 78%, 55%)OKLCH
oklch(0.804 0.15 88.9)CMYK
cmyk(0%, 20%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1AF1C
2#C89C19
3#AF8816
4#967513
5#7D610F
6#644E0C
7#4B3A09
8#322706
9#191303
Tints
Lighter variations
1#E8C047
2#EBC75C
3#EDCE70
4#F0D584
5#F2DC99
6#F5E3AD
7#F7EAC2
8#FAF1D6
9#FCF8EB
Tones
Muted variations
1#DDB53C
2#D4B045
3#CBAC4E
4#C2A757
5#B9A35F
6#B09E68
7#A79A71
8#9E957A
9#959183
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EB #F8EBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DB #F2DB97 | BordersInactive statesPlaceholder text |
| 400 | EBC9 #EBC960 | Disabled statesSecondary iconsMuted text |
| 500 | E6B9 #E6B933 | Primary brand colorCTAsActive elementsLinks |
| 600 | C89C #C89C19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F7C #9F7C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7159 #71590E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4939 #493909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFAF1;
--orange-100: #FBF4DF;
--orange-200: #F8EBC4;
--orange-300: #F2DB97;
--orange-400: #EBC960;
--orange-500: #E6B933;
--orange-600: #C89C19;
--orange-700: #9F7C14;
--orange-800: #71590E;
--orange-900: #493909;
--orange-950: #2D2306;
}