Orange
#EDAC2C
OrangeColor Codes
All color formats for development
HEX
#EDAC2CRGB
rgb(237, 172, 44)HSL
hsl(40, 84%, 55%)OKLCH
oklch(0.786 0.152 78.8)CMYK
cmyk(0%, 27%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8A214
2#CE9012
3#B57E10
4#9B6C0D
5#815A0B
6#674809
7#4D3607
8#342404
9#1A1202
Tints
Lighter variations
1#EEB541
2#F0BD56
3#F2C56B
4#F4CD80
5#F6D695
6#F8DEAB
7#F9E6C0
8#FBEED5
9#FDF7EA
Tones
Muted variations
1#E3A935
2#D9A63F
3#D0A349
4#C6A052
5#BC9C5C
6#B39966
7#A9966F
8#A09379
9#968F83
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 | FAE7 #FAE7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D5 #F6D593 | BordersInactive statesPlaceholder text |
| 400 | F1BF #F1BF5B | Disabled statesSecondary iconsMuted text |
| 500 | EDAC #EDAC2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE90 #CE9012 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A472 #A4720E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7552 #75520A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B34 #4B3407 | 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: #FEF9F1;
--orange-100: #FCF2DE;
--orange-200: #FAE7C2;
--orange-300: #F6D593;
--orange-400: #F1BF5B;
--orange-500: #EDAC2C;
--orange-600: #CE9012;
--orange-700: #A4720E;
--orange-800: #75520A;
--orange-900: #4B3407;
--orange-950: #2F2104;
}