Chocolate
#D3770D
OrangeColor Codes
All color formats for development
HEX
#D3770DRGB
rgb(211, 119, 13)HSL
hsl(32, 88%, 44%)OKLCH
oklch(0.658 0.151 59.8)CMYK
cmyk(0%, 44%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE6B0C
2#A95F0B
3#945309
4#7F4708
5#693B07
6#543005
7#3F2404
8#2A1803
9#150C01
Tints
Lighter variations
1#EE860F
2#F19328
3#F3A143
4#F5AE5E
5#F6BC79
6#F8C994
7#FAD7AE
8#FCE4C9
9#FDF2E4
Tones
Muted variations
1#C97617
2#BF7521
3#B5752B
4#AB7435
5#A2733F
6#987349
7#8E7253
8#84725C
9#7A7166
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEE #FDEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE0 #FBE0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8C8 #F8C891 | BordersInactive statesPlaceholder text |
| 400 | F4AB #F4AB57 | Disabled statesSecondary iconsMuted text |
| 500 | F193 #F19327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D377 #D3770D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A85E #A85E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7843 #784308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2B #4D2B05 | Primary textHigh emphasis contentDark headings |
| 950 | 301B #301B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF8F1;
--chocolate-100: #FDEEDD;
--chocolate-200: #FBE0C1;
--chocolate-300: #F8C891;
--chocolate-400: #F4AB57;
--chocolate-500: #F19327;
--chocolate-600: #D3770D;
--chocolate-700: #A85E0B;
--chocolate-800: #784308;
--chocolate-900: #4D2B05;
--chocolate-950: #301B03;
}