Chocolate
#D33F0D
OrangeColor Codes
All color formats for development
HEX
#D33F0DRGB
rgb(211, 63, 13)HSL
hsl(15, 88%, 44%)OKLCH
oklch(0.58 0.192 36.1)CMYK
cmyk(0%, 70%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE390C
2#A9320B
3#942C09
4#7F2608
5#691F07
6#541905
7#3F1304
8#2A0D03
9#150601
Tints
Lighter variations
1#EE470F
2#F15A28
3#F36F43
4#F5845E
5#F69879
6#F8AD94
7#FAC1AE
8#FCD6C9
9#FDEAE4
Tones
Muted variations
1#C94417
2#BF4921
3#B54E2B
4#AB5335
5#A2583F
6#985C49
7#8E6153
8#84665C
9#7A6B66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCF #FBCFC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8AB #F8AB91 | BordersInactive statesPlaceholder text |
| 400 | F47E #F47E57 | Disabled statesSecondary iconsMuted text |
| 500 | F15A #F15A27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D33F #D33F0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A832 #A8320B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7824 #782408 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D17 #4D1705 | Primary textHigh emphasis contentDark headings |
| 950 | 300E #300E03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF4F1;
--chocolate-100: #FDE5DD;
--chocolate-200: #FBCFC1;
--chocolate-300: #F8AB91;
--chocolate-400: #F47E57;
--chocolate-500: #F15A27;
--chocolate-600: #D33F0D;
--chocolate-700: #A8320B;
--chocolate-800: #782408;
--chocolate-900: #4D1705;
--chocolate-950: #300E03;
}