Chocolate
#D18710
OrangeColor Codes
All color formats for development
HEX
#D18710RGB
rgb(209, 135, 16)HSL
hsl(37, 86%, 44%)OKLCH
oklch(0.684 0.145 70.2)CMYK
cmyk(0%, 35%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC790E
2#A76C0D
3#925E0B
4#7D5109
5#684308
6#533606
7#3F2805
8#2A1B03
9#150D02
Tints
Lighter variations
1#EB9812
2#EFA42B
3#F1AF45
4#F3BB60
5#F5C67A
6#F7D195
7#F9DDAF
8#FBE8CA
9#FDF4E4
Tones
Muted variations
1#C78419
2#BD8223
3#B4802D
4#AA7E36
5#A07B40
6#97794A
7#8D7753
8#83755D
9#7A7267
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF1 #FDF1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE5 #FAE5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7D0 #F7D092 | BordersInactive statesPlaceholder text |
| 400 | F3B8 #F3B859 | Disabled statesSecondary iconsMuted text |
| 500 | EFA3 #EFA32A | Primary brand colorCTAsActive elementsLinks |
| 600 | D187 #D18710 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A66B #A66B0C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 774D #774D09 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C31 #4C3106 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1F #2F1F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF9F1;
--chocolate-100: #FDF1DE;
--chocolate-200: #FAE5C1;
--chocolate-300: #F7D092;
--chocolate-400: #F3B859;
--chocolate-500: #EFA32A;
--chocolate-600: #D18710;
--chocolate-700: #A66B0C;
--chocolate-800: #774D09;
--chocolate-900: #4C3106;
--chocolate-950: #2F1F04;
}