Chocolate
#C85019
OrangeColor Codes
All color formats for development
HEX
#C85019RGB
rgb(200, 80, 25)HSL
hsl(19, 78%, 44%)OKLCH
oklch(0.583 0.165 41.3)CMYK
cmyk(0%, 60%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B44816
2#A04014
3#8C3811
4#78300F
5#64280C
6#50200A
7#3C1807
8#281005
9#140802
Tints
Lighter variations
1#E15A1C
2#E66C34
3#E97E4D
4#EC9166
5#EFA380
6#F2B699
7#F6C8B3
8#F9DACC
9#FCEDE6
Tones
Muted variations
1#BF5321
2#B6572A
3#AD5A33
4#A55D3C
5#9C6044
6#93634D
7#8A6756
8#826A5F
9#796D67
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE8 #FBE8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D4 #F8D4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B4 #F2B497 | BordersInactive statesPlaceholder text |
| 400 | EB8C #EB8C60 | Disabled statesSecondary iconsMuted text |
| 500 | E66B #E66B33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C850 #C85019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F40 #9F4014 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712E #712E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491D #491D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D12 #2D1206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF5F1;
--chocolate-100: #FBE8DF;
--chocolate-200: #F8D4C4;
--chocolate-300: #F2B497;
--chocolate-400: #EB8C60;
--chocolate-500: #E66B33;
--chocolate-600: #C85019;
--chocolate-700: #9F4014;
--chocolate-800: #712E0E;
--chocolate-900: #491D09;
--chocolate-950: #2D1206;
}