Chocolate
#D44C0C
OrangeColor Codes
All color formats for development
HEX
#D44C0CRGB
rgb(212, 76, 12)HSL
hsl(19, 89%, 44%)OKLCH
oklch(0.596 0.183 39.9)CMYK
cmyk(0%, 64%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF440B
2#AA3C0A
3#943509
4#7F2D07
5#6A2606
6#551E05
7#401704
8#2A0F02
9#150801
Tints
Lighter variations
1#EF550E
2#F26727
3#F47A42
4#F68D5D
5#F7A078
6#F9B393
7#FAC6AE
8#FCD9C9
9#FDECE4
Tones
Muted variations
1#CA4F16
2#C05320
3#B6572A
4#AC5A34
5#A25E3E
6#986248
7#8E6552
8#84695C
9#7A6D66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE7 #FDE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD3 #FBD3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B1 #F9B190 | BordersInactive statesPlaceholder text |
| 400 | F589 #F58956 | Disabled statesSecondary iconsMuted text |
| 500 | F267 #F26726 | Primary brand colorCTAsActive elementsLinks |
| 600 | D44C #D44C0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A93C #A93C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 782B #782B07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1B #4D1B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3011 #301103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF5F1;
--chocolate-100: #FDE7DD;
--chocolate-200: #FBD3C0;
--chocolate-300: #F9B190;
--chocolate-400: #F58956;
--chocolate-500: #F26726;
--chocolate-600: #D44C0C;
--chocolate-700: #A93C0A;
--chocolate-800: #782B07;
--chocolate-900: #4D1B04;
--chocolate-950: #301103;
}