Chocolate
#E07338
OrangeColor Codes
All color formats for development
HEX
#E07338RGB
rgb(224, 115, 56)HSL
hsl(21, 73%, 55%)OKLCH
oklch(0.672 0.154 46.6)CMYK
cmyk(0%, 49%, 75%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA6322
2#C2581E
3#AA4D1B
4#924217
5#793713
6#612C0F
7#49210B
8#311608
9#180B04
Tints
Lighter variations
1#E3814C
2#E68F60
3#E99D74
4#ECAB88
5#F0B99C
6#F3C7B0
7#F6D5C3
8#F9E3D7
9#FCF1EB
Tones
Muted variations
1#D87641
2#CF7849
3#C77B52
4#BF7D5A
5#B68062
6#AE826B
7#A58573
8#9D877B
9#958A84
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE9 #FAE9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D7 #F6D7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFB8 #EFB89A | BordersInactive statesPlaceholder text |
| 400 | E792 #E79265 | Disabled statesSecondary iconsMuted text |
| 500 | E073 #E07338 | Primary brand colorCTAsActive elementsLinks |
| 600 | C258 #C2581E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A46 #9A4618 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E32 #6E3211 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4720 #47200B | Primary textHigh emphasis contentDark headings |
| 950 | 2C14 #2C1407 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F2;
--chocolate-100: #FAE9E0;
--chocolate-200: #F6D7C6;
--chocolate-300: #EFB89A;
--chocolate-400: #E79265;
--chocolate-500: #E07338;
--chocolate-600: #C2581E;
--chocolate-700: #9A4618;
--chocolate-800: #6E3211;
--chocolate-900: #47200B;
--chocolate-950: #2C1407;
}