Chocolate
#B06B03
OrangeColor Codes
All color formats for development
HEX
#B06B03RGB
rgb(176, 107, 3)HSL
hsl(36, 97%, 35%)OKLCH
oklch(0.59 0.13 66.5)CMYK
cmyk(0%, 39%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E6002
2#8D5502
3#7B4B02
4#694002
5#583501
6#462B01
7#352001
8#231501
9#120B00
Tints
Lighter variations
1#D07E03
2#F19204
3#FCA11A
4#FCAF3B
5#FDBC5C
6#FDCA7C
7#FED79D
8#FEE4BE
9#FFF2DE
Tones
Muted variations
1#A7690B
2#9F6714
3#96651D
4#8D6425
5#85622E
6#7C6037
7#735E3F
8#6B5D48
9#625B51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF1 #FEF1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE4 #FEE4BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD0 #FDD08B | BordersInactive statesPlaceholder text |
| 400 | FCB7 #FCB74F | Disabled statesSecondary iconsMuted text |
| 500 | FCA3 #FCA31D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD86 #DD8603 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B06B #B06B03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E4C #7E4C02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5031 #503101 | Primary textHigh emphasis contentDark headings |
| 950 | 321E #321E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FFF9F0;
--chocolate-100: #FEF1DC;
--chocolate-200: #FEE4BE;
--chocolate-300: #FDD08B;
--chocolate-400: #FCB74F;
--chocolate-500: #FCA31D;
--chocolate-600: #DD8603;
--chocolate-700: #B06B03;
--chocolate-800: #7E4C02;
--chocolate-900: #503101;
--chocolate-950: #321E01;
}