Chocolate
#D3560D
OrangeColor Codes
All color formats for development
HEX
#D3560DRGB
rgb(211, 86, 13)HSL
hsl(22, 88%, 44%)OKLCH
oklch(0.607 0.173 43.6)CMYK
cmyk(0%, 59%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE4D0C
2#A9450B
3#943C09
4#7F3408
5#692B07
6#542205
7#3F1A04
8#2A1103
9#150901
Tints
Lighter variations
1#EE610F
2#F17228
3#F38443
4#F5955E
5#F6A779
6#F8B894
7#FACAAE
8#FCDCC9
9#FDEDE4
Tones
Muted variations
1#C95917
2#BF5B21
3#B55E2B
4#AB6035
5#A2633F
6#986649
7#8E6853
8#846B5C
9#7A6E66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE9 #FDE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD6 #FBD6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B7 #F8B791 | BordersInactive statesPlaceholder text |
| 400 | F491 #F49157 | Disabled statesSecondary iconsMuted text |
| 500 | F171 #F17127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D356 #D3560D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A844 #A8440B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7831 #783108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1F #4D1F05 | Primary textHigh emphasis contentDark headings |
| 950 | 3014 #301403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF6F1;
--chocolate-100: #FDE9DD;
--chocolate-200: #FBD6C1;
--chocolate-300: #F8B791;
--chocolate-400: #F49157;
--chocolate-500: #F17127;
--chocolate-600: #D3560D;
--chocolate-700: #A8440B;
--chocolate-800: #783108;
--chocolate-900: #4D1F05;
--chocolate-950: #301403;
}