Chocolate
#B17302
OrangeColor Codes
All color formats for development
HEX
#B17302RGB
rgb(177, 115, 2)HSL
hsl(39, 98%, 35%)OKLCH
oklch(0.606 0.129 71.9)CMYK
cmyk(0%, 35%, 99%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F6802
2#8D5C01
3#7C5101
4#6A4501
5#583A01
6#472E01
7#352301
8#231700
9#120C00
Tints
Lighter variations
1#D28902
2#F29E02
3#FDAD19
4#FDB93A
5#FDC45B
6#FED07C
7#FEDC9D
8#FEE8BD
9#FFF3DE
Tones
Muted variations
1#A8710B
2#9F6E13
3#966C1C
4#8E6925
5#85662E
6#7C6436
7#73613F
8#6B5E48
9#625C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF2 #FFF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE8 #FEE8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FED6 #FED68B | BordersInactive statesPlaceholder text |
| 400 | FDC0 #FDC04E | Disabled statesSecondary iconsMuted text |
| 500 | FDAE #FDAE1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE91 #DE9102 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B173 #B17302 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E52 #7E5201 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5135 #513501 | Primary textHigh emphasis contentDark headings |
| 950 | 3221 #322101 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FFFAF0;
--chocolate-100: #FFF2DC;
--chocolate-200: #FEE8BD;
--chocolate-300: #FED68B;
--chocolate-400: #FDC04E;
--chocolate-500: #FDAE1C;
--chocolate-600: #DE9102;
--chocolate-700: #B17302;
--chocolate-800: #7E5201;
--chocolate-900: #513501;
--chocolate-950: #322101;
}