Chocolate
#C7591A
OrangeColor Codes
All color formats for development
HEX
#C7591ARGB
rgb(199, 89, 26)HSL
hsl(22, 77%, 44%)OKLCH
oklch(0.594 0.157 45.3)CMYK
cmyk(0%, 55%, 87%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B35017
2#9F4715
3#8B3E12
4#77350F
5#632D0D
6#4F240A
7#3C1B08
8#281205
9#140903
Tints
Lighter variations
1#E0651D
2#E57535
3#E8874E
4#EB9867
5#EFA981
6#F2BA9A
7#F5CBB3
8#F8DDCC
9#FCEEE6
Tones
Muted variations
1#BE5B22
2#B55E2B
3#AD6034
4#A4623C
5#9B6545
6#93674E
7#8A6956
8#816C5F
9#796E68
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D7 #F7D7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B8 #F2B897 | BordersInactive statesPlaceholder text |
| 400 | EA93 #EA9361 | Disabled statesSecondary iconsMuted text |
| 500 | E575 #E57534 | Primary brand colorCTAsActive elementsLinks |
| 600 | C759 #C7591A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E47 #9E4715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7133 #71330F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4820 #482009 | Primary textHigh emphasis contentDark headings |
| 950 | 2D14 #2D1406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F1;
--chocolate-100: #FBE9DF;
--chocolate-200: #F7D7C4;
--chocolate-300: #F2B897;
--chocolate-400: #EA9361;
--chocolate-500: #E57534;
--chocolate-600: #C7591A;
--chocolate-700: #9E4715;
--chocolate-800: #71330F;
--chocolate-900: #482009;
--chocolate-950: #2D1406;
}