Chocolate
#DB6606
OrangeColor Codes
All color formats for development
HEX
#DB6606RGB
rgb(219, 102, 6)HSL
hsl(27, 95%, 44%)OKLCH
oklch(0.642 0.17 49.3)CMYK
cmyk(0%, 53%, 97%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C55B05
2#AF5104
3#994704
4#833D03
5#6D3303
6#582902
7#421E02
8#2C1401
9#160A01
Tints
Lighter variations
1#F77206
2#F98220
3#FA923C
4#FBA158
5#FBB174
6#FCC090
7#FDD0AB
8#FEE0C7
9#FEEFE3
Tones
Muted variations
1#D06710
2#C5681B
3#BB6926
4#B06A30
5#A56B3B
6#9B6C46
7#906D50
8#866E5B
9#7B6F66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF7 #FFF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEB #FEEBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDDB #FDDBBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCBF #FCBF8D | BordersInactive statesPlaceholder text |
| 400 | FB9D #FB9D51 | Disabled statesSecondary iconsMuted text |
| 500 | F981 #F9811F | Primary brand colorCTAsActive elementsLinks |
| 600 | DB66 #DB6606 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE51 #AE5104 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C3A #7C3A03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5025 #502502 | Primary textHigh emphasis contentDark headings |
| 950 | 3217 #321701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FFF7F0;
--chocolate-100: #FEEBDC;
--chocolate-200: #FDDBBE;
--chocolate-300: #FCBF8D;
--chocolate-400: #FB9D51;
--chocolate-500: #F9811F;
--chocolate-600: #DB6606;
--chocolate-700: #AE5104;
--chocolate-800: #7C3A03;
--chocolate-900: #502502;
--chocolate-950: #321701;
}