Chocolate
#E07638
OrangeColor Codes
All color formats for development
HEX
#E07638RGB
rgb(224, 118, 56)HSL
hsl(22, 73%, 55%)OKLCH
oklch(0.676 0.152 48.2)CMYK
cmyk(0%, 47%, 75%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA6622
2#C25A1E
3#AA4F1B
4#924417
5#793813
6#612D0F
7#49220B
8#311708
9#180B04
Tints
Lighter variations
1#E3844C
2#E69160
3#E99F74
4#ECAD88
5#F0BA9C
6#F3C8B0
7#F6D6C3
8#F9E4D7
9#FCF1EB
Tones
Muted variations
1#D87841
2#CF7A49
3#C77D52
4#BF7F5A
5#B68162
6#AE836B
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 | F6D7 #F6D7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFB9 #EFB99A | BordersInactive statesPlaceholder text |
| 400 | E794 #E79465 | Disabled statesSecondary iconsMuted text |
| 500 | E076 #E07638 | Primary brand colorCTAsActive elementsLinks |
| 600 | C25A #C25A1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A48 #9A4818 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E33 #6E3311 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4721 #47210B | 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: #F6D7C6;
--chocolate-300: #EFB99A;
--chocolate-400: #E79465;
--chocolate-500: #E07638;
--chocolate-600: #C25A1E;
--chocolate-700: #9A4818;
--chocolate-800: #6E3311;
--chocolate-900: #47210B;
--chocolate-950: #2C1507;
}