Chocolate
#C25D1E
OrangeColor Codes
All color formats for development
HEX
#C25D1ERGB
rgb(194, 93, 30)HSL
hsl(23, 73%, 44%)OKLCH
oklch(0.593 0.148 47.7)CMYK
cmyk(0%, 52%, 85%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF541B
2#9B4A18
3#884115
4#743812
5#612F0F
6#4E250C
7#3A1C09
8#271306
9#130903
Tints
Lighter variations
1#DB6922
2#E07939
3#E48A52
4#E89B6B
5#ECAB83
6#F0BC9C
7#F3CDB5
8#F7DECE
9#FBEEE6
Tones
Muted variations
1#BA5F26
2#B2612F
3#AA6337
4#A1653F
5#996747
6#91694F
7#896A58
8#816C60
9#786E68
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEA #FAEAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D8 #F6D8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBA #EFBA9A | BordersInactive statesPlaceholder text |
| 400 | E797 #E79765 | Disabled statesSecondary iconsMuted text |
| 500 | E079 #E07938 | Primary brand colorCTAsActive elementsLinks |
| 600 | C25D #C25D1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A4A #9A4A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E35 #6E3511 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4722 #47220B | Primary textHigh emphasis contentDark headings |
| 950 | 2C15 #2C1507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F2;
--chocolate-100: #FAEAE0;
--chocolate-200: #F6D8C6;
--chocolate-300: #EFBA9A;
--chocolate-400: #E79765;
--chocolate-500: #E07938;
--chocolate-600: #C25D1E;
--chocolate-700: #9A4A18;
--chocolate-800: #6E3511;
--chocolate-900: #47220B;
--chocolate-950: #2C1507;
}