Chocolate
#D37D0D
OrangeColor Codes
All color formats for development
HEX
#D37D0DRGB
rgb(211, 125, 13)HSL
hsl(34, 88%, 44%)OKLCH
oklch(0.668 0.149 63.4)CMYK
cmyk(0%, 41%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE710C
2#A9640B
3#945809
4#7F4B08
5#693F07
6#543205
7#3F2604
8#2A1903
9#150D01
Tints
Lighter variations
1#EE8D0F
2#F19A28
3#F3A743
4#F5B35E
5#F6C079
6#F8CD94
7#FAD9AE
8#FCE6C9
9#FDF2E4
Tones
Muted variations
1#C97C17
2#BF7B21
3#B5792B
4#AB7835
5#A2773F
6#987549
7#8E7453
8#84735C
9#7A7266
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEF #FDEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE2 #FBE2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8CB #F8CB91 | BordersInactive statesPlaceholder text |
| 400 | F4B0 #F4B057 | Disabled statesSecondary iconsMuted text |
| 500 | F19A #F19A27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D37D #D37D0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A864 #A8640B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7847 #784708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2E #4D2E05 | Primary textHigh emphasis contentDark headings |
| 950 | 301C #301C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF8F1;
--chocolate-100: #FDEFDD;
--chocolate-200: #FBE2C1;
--chocolate-300: #F8CB91;
--chocolate-400: #F4B057;
--chocolate-500: #F19A27;
--chocolate-600: #D37D0D;
--chocolate-700: #A8640B;
--chocolate-800: #784708;
--chocolate-900: #4D2E05;
--chocolate-950: #301C03;
}