Orange
#EEAD2B
OrangeColor Codes
All color formats for development
HEX
#EEAD2BRGB
rgb(238, 173, 43)HSL
hsl(40, 85%, 55%)OKLCH
oklch(0.789 0.153 79.1)CMYK
cmyk(0%, 27%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAA213
2#D09011
3#B67E0F
4#9C6C0D
5#825A0B
6#684808
7#4E3606
8#342404
9#1A1202
Tints
Lighter variations
1#F0B540
2#F1BD55
3#F3C56A
4#F5CE80
5#F6D695
6#F8DEAA
7#FAE6BF
8#FCEFD5
9#FDF7EA
Tones
Muted variations
1#E4AA34
2#DAA63E
3#D1A348
4#C7A052
5#BD9D5B
6#B39965
7#AA966F
8#A09379
9#969082
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE7 #FAE7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D5 #F6D592 | BordersInactive statesPlaceholder text |
| 400 | F2BF #F2BF5A | Disabled statesSecondary iconsMuted text |
| 500 | EEAD #EEAD2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D090 #D09011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A573 #A5730D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7652 #76520A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B34 #4B3406 | Primary textHigh emphasis contentDark headings |
| 950 | 2F21 #2F2104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF1;
--orange-100: #FCF2DE;
--orange-200: #FAE7C2;
--orange-300: #F6D592;
--orange-400: #F2BF5A;
--orange-500: #EEAD2B;
--orange-600: #D09011;
--orange-700: #A5730D;
--orange-800: #76520A;
--orange-900: #4B3406;
--orange-950: #2F2104;
}