Chocolate
#B36B00
OrangeColor Codes
All color formats for development
HEX
#B36B00RGB
rgb(179, 107, 0)HSL
hsl(36, 100%, 35%)OKLCH
oklch(0.594 0.133 65.4)CMYK
cmyk(0%, 40%, 100%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A16000
2#8F5600
3#7D4B00
4#6B4000
5#593600
6#472B00
7#362000
8#241500
9#120B00
Tints
Lighter variations
1#D47F00
2#F59300
3#FFA217
4#FFAF38
5#FFBD59
6#FFCA7A
7#FFD79C
8#FFE4BD
9#FFF2DE
Tones
Muted variations
1#AA6909
2#A16812
3#98661B
4#8F6424
5#86622D
6#7D6036
7#745F3E
8#6B5D47
9#625B50
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF1 #FFF1DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE4 #FFE4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD0 #FFD08A | BordersInactive statesPlaceholder text |
| 400 | FFB8 #FFB84D | Disabled statesSecondary iconsMuted text |
| 500 | FFA3 #FFA31A | Primary brand colorCTAsActive elementsLinks |
| 600 | E087 #E08700 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B36B #B36B00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 804D #804D00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5231 #523100 | Primary textHigh emphasis contentDark headings |
| 950 | 331F #331F00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FFF9F0;
--chocolate-100: #FFF1DB;
--chocolate-200: #FFE4BD;
--chocolate-300: #FFD08A;
--chocolate-400: #FFB84D;
--chocolate-500: #FFA31A;
--chocolate-600: #E08700;
--chocolate-700: #B36B00;
--chocolate-800: #804D00;
--chocolate-900: #523100;
--chocolate-950: #331F00;
}