Orange
#EEAA2B
OrangeColor Codes
All color formats for development
HEX
#EEAA2BRGB
rgb(238, 170, 43)HSL
hsl(39, 85%, 55%)OKLCH
oklch(0.783 0.152 77.3)CMYK
cmyk(0%, 29%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA9E13
2#D08D11
3#B67B0F
4#9C6A0D
5#82580B
6#684608
7#4E3506
8#342304
9#1A1202
Tints
Lighter variations
1#F0B240
2#F1BB55
3#F3C36A
4#F5CC80
5#F6D495
6#F8DDAA
7#FAE5BF
8#FCEED5
9#FDF6EA
Tones
Muted variations
1#E4A734
2#DAA43E
3#D1A148
4#C79E52
5#BD9B5B
6#B39865
7#AA956F
8#A09279
9#968F82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE6 #FAE6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D3 #F6D392 | BordersInactive statesPlaceholder text |
| 400 | F2BD #F2BD5A | Disabled statesSecondary iconsMuted text |
| 500 | EEAA #EEAA2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D08D #D08D11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A570 #A5700D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7650 #76500A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B33 #4B3306 | Primary textHigh emphasis contentDark headings |
| 950 | 2F20 #2F2004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF9F1;
--orange-100: #FCF2DE;
--orange-200: #FAE6C2;
--orange-300: #F6D392;
--orange-400: #F2BD5A;
--orange-500: #EEAA2B;
--orange-600: #D08D11;
--orange-700: #A5700D;
--orange-800: #76500A;
--orange-900: #4B3306;
--orange-950: #2F2004;
}