Chocolate
#B15902
OrangeColor Codes
All color formats for development
HEX
#B15902RGB
rgb(177, 89, 2)HSL
hsl(30, 98%, 35%)OKLCH
oklch(0.56 0.14 54.1)CMYK
cmyk(0%, 50%, 99%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F5002
2#8D4701
3#7C3E01
4#6A3601
5#582D01
6#472401
7#351B01
8#231200
9#120900
Tints
Lighter variations
1#D26A02
2#F27A02
3#FD8B19
4#FD9C3A
5#FDAC5B
6#FEBD7C
7#FECD9D
8#FEDEBD
9#FFEEDE
Tones
Muted variations
1#A8590B
2#9F5913
3#96591C
4#8E5925
5#85592E
6#7C5936
7#73593F
8#6B5948
9#625951
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF7 #FFF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFED #FFEDDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEDE #FEDEBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEC4 #FEC48B | BordersInactive statesPlaceholder text |
| 400 | FDA6 #FDA64E | Disabled statesSecondary iconsMuted text |
| 500 | FD8C #FD8C1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE70 #DE7002 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B159 #B15902 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E40 #7E4001 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5129 #512901 | Primary textHigh emphasis contentDark headings |
| 950 | 321A #321A01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FFF7F0;
--chocolate-100: #FFEDDC;
--chocolate-200: #FEDEBD;
--chocolate-300: #FEC48B;
--chocolate-400: #FDA64E;
--chocolate-500: #FD8C1C;
--chocolate-600: #DE7002;
--chocolate-700: #B15902;
--chocolate-800: #7E4001;
--chocolate-900: #512901;
--chocolate-950: #321A01;
}