Chocolate
#B36200
OrangeColor Codes
All color formats for development
HEX
#B36200RGB
rgb(179, 98, 0)HSL
hsl(33, 100%, 35%)OKLCH
oklch(0.578 0.137 59.3)CMYK
cmyk(0%, 45%, 100%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A15800
2#8F4F00
3#7D4500
4#6B3B00
5#593100
6#472700
7#361D00
8#241400
9#120A00
Tints
Lighter variations
1#D47400
2#F58700
3#FF9717
4#FFA538
5#FFB459
6#FFC37A
7#FFD29C
8#FFE1BD
9#FFF0DE
Tones
Muted variations
1#AA6109
2#A16012
3#985F1B
4#8F5F24
5#865E2D
6#7D5D36
7#745C3E
8#6B5B47
9#625A50
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF8 #FFF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEF #FFEFDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE1 #FFE1BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFCA #FFCA8A | BordersInactive statesPlaceholder text |
| 400 | FFAF #FFAF4D | Disabled statesSecondary iconsMuted text |
| 500 | FF98 #FF981A | Primary brand colorCTAsActive elementsLinks |
| 600 | E07B #E07B00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B362 #B36200 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8046 #804600 | Text on light backgroundsHeadingsStrong borders |
| 900 | 522D #522D00 | Primary textHigh emphasis contentDark headings |
| 950 | 331C #331C00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FFF8F0;
--chocolate-100: #FFEFDB;
--chocolate-200: #FFE1BD;
--chocolate-300: #FFCA8A;
--chocolate-400: #FFAF4D;
--chocolate-500: #FF981A;
--chocolate-600: #E07B00;
--chocolate-700: #B36200;
--chocolate-800: #804600;
--chocolate-900: #522D00;
--chocolate-950: #331C00;
}