Orange
#EAB22E
OrangeColor Codes
All color formats for development
HEX
#EAB22ERGB
rgb(234, 178, 46)HSL
hsl(42, 82%, 55%)OKLCH
oklch(0.795 0.151 83.5)CMYK
cmyk(0%, 24%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E6A817
2#CC9514
3#B38212
4#99700F
5#805D0D
6#664B0A
7#4D3808
8#332505
9#1A1303
Tints
Lighter variations
1#ECBA43
2#EEC158
3#F1C96D
4#F3D182
5#F5D897
6#F7E0AB
7#F9E8C0
8#FBF0D5
9#FDF7EA
Tones
Muted variations
1#E1AE38
2#D8AA41
3#CEA74A
4#C5A354
5#BB9F5D
6#B29B67
7#A89870
8#9F9479
9#969083
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E9 #F9E9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D8 #F4D894 | BordersInactive statesPlaceholder text |
| 400 | EFC3 #EFC35D | Disabled statesSecondary iconsMuted text |
| 500 | EAB2 #EAB22E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC95 #CC9514 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A277 #A27710 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7455 #74550B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A36 #4A3607 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF1;
--orange-100: #FCF3DF;
--orange-200: #F9E9C3;
--orange-300: #F4D894;
--orange-400: #EFC35D;
--orange-500: #EAB22E;
--orange-600: #CC9514;
--orange-700: #A27710;
--orange-800: #74550B;
--orange-900: #4A3607;
--orange-950: #2E2205;
}