Chocolate
#B38000
OrangeColor Codes
All color formats for development
HEX
#B38000RGB
rgb(179, 128, 0)HSL
hsl(43, 100%, 35%)OKLCH
oklch(0.634 0.131 80.5)CMYK
cmyk(0%, 28%, 100%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A17300
2#8F6600
3#7D5A00
4#6B4D00
5#594000
6#473300
7#362600
8#241A00
9#120D00
Tints
Lighter variations
1#D49800
2#F5AF00
3#FFBD17
4#FFC738
5#FFD059
6#FFD97A
7#FFE39C
8#FFECBD
9#FFF6DE
Tones
Muted variations
1#AA7C09
2#A17812
3#98741B
4#8F7024
5#866D2D
6#7D6936
7#74653E
8#6B6147
9#625D50
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF5 #FFF5DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFEC #FFECBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFDE #FFDE8A | BordersInactive statesPlaceholder text |
| 400 | FFCC #FFCC4D | Disabled statesSecondary iconsMuted text |
| 500 | FFBE #FFBE1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0A1 #E0A100 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B380 #B38000 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 805B #805B00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 523A #523A00 | Primary textHigh emphasis contentDark headings |
| 950 | 3325 #332500 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FFFBF0;
--chocolate-100: #FFF5DB;
--chocolate-200: #FFECBD;
--chocolate-300: #FFDE8A;
--chocolate-400: #FFCC4D;
--chocolate-500: #FFBE1A;
--chocolate-600: #E0A100;
--chocolate-700: #B38000;
--chocolate-800: #805B00;
--chocolate-900: #523A00;
--chocolate-950: #332500;
}