Chocolate
#C4571C
OrangeColor Codes
All color formats for development
HEX
#C4571CRGB
rgb(196, 87, 28)HSL
hsl(21, 75%, 44%)OKLCH
oklch(0.586 0.155 44.6)CMYK
cmyk(0%, 56%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B14E19
2#9D4616
3#893D14
4#763411
5#622B0E
6#4F230B
7#3B1A08
8#271106
9#140903
Tints
Lighter variations
1#DD6220
2#E27337
3#E68550
4#EA9669
5#EDA882
6#F1B99B
7#F4CBB4
8#F8DCCD
9#FBEEE6
Tones
Muted variations
1#BC5924
2#B45C2D
3#AB5F35
4#A3613E
5#9A6446
6#92664F
7#896957
8#816B5F
9#796E68
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D6 #F7D6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0B7 #F0B798 | BordersInactive statesPlaceholder text |
| 400 | E992 #E99263 | Disabled statesSecondary iconsMuted text |
| 500 | E272 #E27236 | Primary brand colorCTAsActive elementsLinks |
| 600 | C457 #C4571C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C45 #9C4516 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7031 #703110 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4720 #47200A | Primary textHigh emphasis contentDark headings |
| 950 | 2D14 #2D1406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F2;
--chocolate-100: #FBE9E0;
--chocolate-200: #F7D6C5;
--chocolate-300: #F0B798;
--chocolate-400: #E99263;
--chocolate-500: #E27236;
--chocolate-600: #C4571C;
--chocolate-700: #9C4516;
--chocolate-800: #703110;
--chocolate-900: #47200A;
--chocolate-950: #2D1406;
}