Chocolate
#DE5A02
OrangeColor Codes
All color formats for development
HEX
#DE5A02RGB
rgb(222, 90, 2)HSL
hsl(24, 98%, 44%)OKLCH
oklch(0.63 0.182 44.2)CMYK
cmyk(0%, 59%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C85102
2#B24802
3#9C3F02
4#853601
5#6F2D01
6#592401
7#431B01
8#2C1200
9#160900
Tints
Lighter variations
1#FA6603
2#FD761D
3#FD8739
4#FD9955
5#FEAA72
6#FEBB8E
7#FECCAA
8#FEDDC6
9#FFEEE3
Tones
Muted variations
1#D35C0D
2#C85F18
3#BD6123
4#B2632E
5#A76539
6#9C6744
7#916A4F
8#866C5A
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 | FED7 #FED7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEB9 #FEB98B | BordersInactive statesPlaceholder text |
| 400 | FD94 #FD944E | Disabled statesSecondary iconsMuted text |
| 500 | FD76 #FD761C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE5A #DE5A02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B148 #B14802 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E33 #7E3301 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5121 #512101 | 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: #FED7BD;
--chocolate-300: #FEB98B;
--chocolate-400: #FD944E;
--chocolate-500: #FD761C;
--chocolate-600: #DE5A02;
--chocolate-700: #B14802;
--chocolate-800: #7E3301;
--chocolate-900: #512101;
--chocolate-950: #321501;
}