Chocolate
#DE5E02
OrangeColor Codes
All color formats for development
HEX
#DE5E02RGB
rgb(222, 94, 2)HSL
hsl(25, 98%, 44%)OKLCH
oklch(0.635 0.179 45.7)CMYK
cmyk(0%, 58%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C85402
2#B24B02
3#9C4202
4#853801
5#6F2F01
6#592601
7#431C01
8#2C1300
9#160900
Tints
Lighter variations
1#FA6A03
2#FD7A1D
3#FD8B39
4#FD9B55
5#FEAC72
6#FEBD8E
7#FECDAA
8#FEDEC6
9#FFEEE3
Tones
Muted variations
1#D3600D
2#C86218
3#BD6323
4#B2652E
5#A76739
6#9C6944
7#916B4F
8#866D5A
9#7B6E65
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF6 #FFF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEA #FFEADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FED8 #FED8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEBB #FEBB8B | BordersInactive statesPlaceholder text |
| 400 | FD97 #FD974E | Disabled statesSecondary iconsMuted text |
| 500 | FD7A #FD7A1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE5E #DE5E02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B14B #B14B02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E35 #7E3501 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5122 #512201 | Primary textHigh emphasis contentDark headings |
| 950 | 3215 #321501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FFF6F0;
--chocolate-100: #FFEADC;
--chocolate-200: #FED8BD;
--chocolate-300: #FEBB8B;
--chocolate-400: #FD974E;
--chocolate-500: #FD7A1C;
--chocolate-600: #DE5E02;
--chocolate-700: #B14B02;
--chocolate-800: #7E3501;
--chocolate-900: #512201;
--chocolate-950: #321501;
}