Chocolate
#D4560C
OrangeColor Codes
All color formats for development
HEX
#D4560CRGB
rgb(212, 86, 12)HSL
hsl(22, 89%, 44%)OKLCH
oklch(0.609 0.174 43.5)CMYK
cmyk(0%, 59%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF4D0B
2#AA440A
3#943C09
4#7F3307
5#6A2B06
6#552205
7#401A04
8#2A1102
9#150901
Tints
Lighter variations
1#EF600E
2#F27227
3#F48342
4#F6955D
5#F7A778
6#F9B893
7#FACAAE
8#FCDCC9
9#FDEDE4
Tones
Muted variations
1#CA5816
2#C05B20
3#B65E2A
4#AC6034
5#A2633E
6#986648
7#8E6852
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 #FBD6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B6 #F9B690 | BordersInactive statesPlaceholder text |
| 400 | F591 #F59156 | Disabled statesSecondary iconsMuted text |
| 500 | F271 #F27126 | Primary brand colorCTAsActive elementsLinks |
| 600 | D456 #D4560C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A944 #A9440A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7831 #783107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1F #4D1F04 | Primary textHigh emphasis contentDark headings |
| 950 | 3013 #301303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF6F1;
--chocolate-100: #FDE9DD;
--chocolate-200: #FBD6C0;
--chocolate-300: #F9B690;
--chocolate-400: #F59156;
--chocolate-500: #F27126;
--chocolate-600: #D4560C;
--chocolate-700: #A9440A;
--chocolate-800: #783107;
--chocolate-900: #4D1F04;
--chocolate-950: #301303;
}