Chocolate
#B37D00
OrangeColor Codes
All color formats for development
HEX
#B37D00RGB
rgb(179, 125, 0)HSL
hsl(42, 100%, 35%)OKLCH
oklch(0.628 0.131 78.3)CMYK
cmyk(0%, 30%, 100%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A17000
2#8F6400
3#7D5700
4#6B4B00
5#593E00
6#473200
7#362500
8#241900
9#120C00
Tints
Lighter variations
1#D49400
2#F5AB00
3#FFB917
4#FFC338
5#FFCD59
6#FFD77A
7#FFE19C
8#FFEBBD
9#FFF5DE
Tones
Muted variations
1#AA7909
2#A17612
3#98721B
4#8F6F24
5#866B2D
6#7D6836
7#74643E
8#6B6047
9#625D50
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF4 #FFF4DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFEB #FFEBBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFDC #FFDC8A | BordersInactive statesPlaceholder text |
| 400 | FFC9 #FFC94D | Disabled statesSecondary iconsMuted text |
| 500 | FFBA #FFBA1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E09D #E09D00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B37D #B37D00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8059 #805900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5239 #523900 | Primary textHigh emphasis contentDark headings |
| 950 | 3324 #332400 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FFFAF0;
--chocolate-100: #FFF4DB;
--chocolate-200: #FFEBBD;
--chocolate-300: #FFDC8A;
--chocolate-400: #FFC94D;
--chocolate-500: #FFBA1A;
--chocolate-600: #E09D00;
--chocolate-700: #B37D00;
--chocolate-800: #805900;
--chocolate-900: #523900;
--chocolate-950: #332400;
}