Chocolate
#DF733A
OrangeColor Codes
All color formats for development
HEX
#DF733ARGB
rgb(223, 115, 58)HSL
hsl(21, 72%, 55%)OKLCH
oklch(0.67 0.152 46.2)CMYK
cmyk(0%, 48%, 74%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D96323
2#C1581F
3#A94D1B
4#914218
5#793714
6#602C10
7#48210C
8#301608
9#180B04
Tints
Lighter variations
1#E2814D
2#E58F61
3#E99D75
4#ECAB89
5#EFB99C
6#F2C7B0
7#F5D5C4
8#F9E3D8
9#FCF1EB
Tones
Muted variations
1#D77642
2#CE784A
3#C67B52
4#BE7D5B
5#B68063
6#AD826B
7#A58573
8#9D877C
9#958A84
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE9 #FAE9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D7 #F6D7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFB8 #EFB89A | BordersInactive statesPlaceholder text |
| 400 | E692 #E69265 | Disabled statesSecondary iconsMuted text |
| 500 | DF73 #DF733A | Primary brand colorCTAsActive elementsLinks |
| 600 | C158 #C1581F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A46 #9A4619 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E32 #6E3212 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4620 #46200B | Primary textHigh emphasis contentDark headings |
| 950 | 2C14 #2C1407 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F2;
--chocolate-100: #FAE9E0;
--chocolate-200: #F6D7C6;
--chocolate-300: #EFB89A;
--chocolate-400: #E69265;
--chocolate-500: #DF733A;
--chocolate-600: #C1581F;
--chocolate-700: #9A4619;
--chocolate-800: #6E3212;
--chocolate-900: #46200B;
--chocolate-950: #2C1407;
}