Orange
#EEB32B
OrangeColor Codes
All color formats for development
HEX
#EEB32BRGB
rgb(238, 179, 43)HSL
hsl(42, 85%, 55%)OKLCH
oklch(0.801 0.154 82.6)CMYK
cmyk(0%, 25%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAA913
2#D09611
3#B6840F
4#9C710D
5#825E0B
6#684B08
7#4E3806
8#342604
9#1A1302
Tints
Lighter variations
1#F0BB40
2#F1C255
3#F3CA6A
4#F5D280
5#F6D995
6#F8E1AA
7#FAE8BF
8#FCF0D5
9#FDF7EA
Tones
Muted variations
1#E4AF34
2#DAAB3E
3#D1A848
4#C7A452
5#BDA05B
6#B39C65
7#AA986F
8#A09479
9#969082
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE9 #FAE9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D8 #F6D892 | BordersInactive statesPlaceholder text |
| 400 | F2C4 #F2C45A | Disabled statesSecondary iconsMuted text |
| 500 | EEB3 #EEB32B | Primary brand colorCTAsActive elementsLinks |
| 600 | D096 #D09611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A578 #A5780D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7655 #76550A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B37 #4B3706 | Primary textHigh emphasis contentDark headings |
| 950 | 2F22 #2F2204 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF1;
--orange-100: #FCF3DE;
--orange-200: #FAE9C2;
--orange-300: #F6D892;
--orange-400: #F2C45A;
--orange-500: #EEB32B;
--orange-600: #D09611;
--orange-700: #A5780D;
--orange-800: #76550A;
--orange-900: #4B3706;
--orange-950: #2F2204;
}