Chocolate
#E07938
OrangeColor Codes
All color formats for development
HEX
#E07938RGB
rgb(224, 121, 56)HSL
hsl(23, 73%, 55%)OKLCH
oklch(0.681 0.15 49.9)CMYK
cmyk(0%, 46%, 75%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA6922
2#C25D1E
3#AA511B
4#924617
5#793A13
6#612F0F
7#49230B
8#311708
9#180C04
Tints
Lighter variations
1#E3864C
2#E69460
3#E9A174
4#ECAE88
5#F0BC9C
6#F3C9B0
7#F6D7C3
8#F9E4D7
9#FCF2EB
Tones
Muted variations
1#D87B41
2#CF7D49
3#C77F52
4#BF815A
5#B68262
6#AE846B
7#A58673
8#9D887B
9#958A84
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEA #FAEAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D8 #F6D8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBA #EFBA9A | BordersInactive statesPlaceholder text |
| 400 | E797 #E79765 | Disabled statesSecondary iconsMuted text |
| 500 | E079 #E07938 | Primary brand colorCTAsActive elementsLinks |
| 600 | C25D #C25D1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A4A #9A4A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E35 #6E3511 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4722 #47220B | Primary textHigh emphasis contentDark headings |
| 950 | 2C15 #2C1507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F2;
--chocolate-100: #FAEAE0;
--chocolate-200: #F6D8C6;
--chocolate-300: #EFBA9A;
--chocolate-400: #E79765;
--chocolate-500: #E07938;
--chocolate-600: #C25D1E;
--chocolate-700: #9A4A18;
--chocolate-800: #6E3511;
--chocolate-900: #47220B;
--chocolate-950: #2C1507;
}