Chocolate
#C4461C
OrangeColor Codes
All color formats for development
HEX
#C4461CRGB
rgb(196, 70, 28)HSL
hsl(15, 75%, 44%)OKLCH
oklch(0.564 0.169 37.4)CMYK
cmyk(0%, 64%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B13F19
2#9D3816
3#893114
4#762A11
5#62230E
6#4F1C0B
7#3B1508
8#270E06
9#140703
Tints
Lighter variations
1#DD4F20
2#E26237
3#E67650
4#EA8969
5#ED9D82
6#F1B09B
7#F4C4B4
8#F8D8CD
9#FBEBE6
Tones
Muted variations
1#BC4A24
2#B44F2D
3#AB5335
4#A3573E
5#9A5B46
6#925F4F
7#896457
8#81685F
9#796C68
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE6 #FBE6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D1 #F7D1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0AE #F0AE98 | BordersInactive statesPlaceholder text |
| 400 | E984 #E98463 | Disabled statesSecondary iconsMuted text |
| 500 | E261 #E26136 | Primary brand colorCTAsActive elementsLinks |
| 600 | C446 #C4461C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C38 #9C3816 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7028 #702810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4719 #47190A | Primary textHigh emphasis contentDark headings |
| 950 | 2D10 #2D1006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF4F2;
--chocolate-100: #FBE6E0;
--chocolate-200: #F7D1C5;
--chocolate-300: #F0AE98;
--chocolate-400: #E98463;
--chocolate-500: #E26136;
--chocolate-600: #C4461C;
--chocolate-700: #9C3816;
--chocolate-800: #702810;
--chocolate-900: #47190A;
--chocolate-950: #2D1006;
}