Chocolate
#D34C0D
OrangeColor Codes
All color formats for development
HEX
#D34C0DRGB
rgb(211, 76, 13)HSL
hsl(19, 88%, 44%)OKLCH
oklch(0.595 0.182 40)CMYK
cmyk(0%, 64%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE440C
2#A93D0B
3#943509
4#7F2E08
5#692607
6#541E05
7#3F1704
8#2A0F03
9#150801
Tints
Lighter variations
1#EE560F
2#F16828
3#F37B43
4#F58E5E
5#F6A179
6#F8B394
7#FAC6AE
8#FCD9C9
9#FDECE4
Tones
Muted variations
1#C95017
2#BF5321
3#B5572B
4#AB5A35
5#A25E3F
6#986249
7#8E6553
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 #FBD3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B1 #F8B191 | BordersInactive statesPlaceholder text |
| 400 | F489 #F48957 | Disabled statesSecondary iconsMuted text |
| 500 | F167 #F16727 | Primary brand colorCTAsActive elementsLinks |
| 600 | D34C #D34C0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A83C #A83C0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 782B #782B08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1C #4D1C05 | 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: #FBD3C1;
--chocolate-300: #F8B191;
--chocolate-400: #F48957;
--chocolate-500: #F16727;
--chocolate-600: #D34C0D;
--chocolate-700: #A83C0B;
--chocolate-800: #782B08;
--chocolate-900: #4D1C05;
--chocolate-950: #301103;
}