Chocolate
#E06500
OrangeColor Codes
All color formats for development
HEX
#E06500RGB
rgb(224, 101, 0)HSL
hsl(27, 100%, 44%)OKLCH
oklch(0.648 0.176 48.2)CMYK
cmyk(0%, 55%, 100%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA5B00
2#B45100
3#9D4700
4#873D00
5#703200
6#5A2800
7#431E00
8#2D1400
9#160A00
Tints
Lighter variations
1#FD7200
2#FF811B
3#FF9137
4#FFA154
5#FFB070
6#FFC08D
7#FFD0A9
8#FFE0C6
9#FFEFE2
Tones
Muted variations
1#D5660B
2#CA6716
3#BF6822
4#B4692D
5#A86B38
6#9D6C43
7#926D4F
8#876E5A
9#7B6F65
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF7 #FFF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEB #FFEBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFDB #FFDBBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFBE #FFBE8A | BordersInactive statesPlaceholder text |
| 400 | FF9D #FF9D4D | Disabled statesSecondary iconsMuted text |
| 500 | FF81 #FF811A | Primary brand colorCTAsActive elementsLinks |
| 600 | E065 #E06500 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B350 #B35000 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8039 #803900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5225 #522500 | Primary textHigh emphasis contentDark headings |
| 950 | 3317 #331700 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FFF7F0;
--chocolate-100: #FFEBDB;
--chocolate-200: #FFDBBD;
--chocolate-300: #FFBE8A;
--chocolate-400: #FF9D4D;
--chocolate-500: #FF811A;
--chocolate-600: #E06500;
--chocolate-700: #B35000;
--chocolate-800: #803900;
--chocolate-900: #522500;
--chocolate-950: #331700;
}