Orange
#EBAC2D
OrangeColor Codes
All color formats for development
HEX
#EBAC2DRGB
rgb(235, 172, 45)HSL
hsl(40, 83%, 55%)OKLCH
oklch(0.784 0.15 79.6)CMYK
cmyk(0%, 27%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7A115
2#CD8F13
3#B47D11
4#9A6B0E
5#805A0C
6#67480A
7#4D3607
8#332405
9#1A1202
Tints
Lighter variations
1#EDB442
2#EFBD57
3#F1C56C
4#F3CD81
5#F5D596
6#F7DEAB
7#F9E6C0
8#FBEED5
9#FDF7EA
Tones
Muted variations
1#E2A937
2#D8A640
3#CFA24A
4#C59F53
5#BC9C5D
6#B29966
7#A99670
8#9F9379
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 | F9E7 #F9E7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D5 #F5D594 | BordersInactive statesPlaceholder text |
| 400 | F0BE #F0BE5C | Disabled statesSecondary iconsMuted text |
| 500 | EBAC #EBAC2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD8F #CD8F13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A372 #A3720F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7551 #75510B | 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: #F9E7C2;
--orange-300: #F5D594;
--orange-400: #F0BE5C;
--orange-500: #EBAC2D;
--orange-600: #CD8F13;
--orange-700: #A3720F;
--orange-800: #75510B;
--orange-900: #4B3407;
--orange-950: #2F2104;
}