Chocolate
#E27236
OrangeColor Codes
All color formats for development
HEX
#E27236RGB
rgb(226, 114, 54)HSL
hsl(21, 75%, 55%)OKLCH
oklch(0.673 0.157 46.2)CMYK
cmyk(0%, 50%, 76%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD6220
2#C4571C
3#AC4C19
4#934115
5#7B3612
6#622B0E
7#4A210B
8#311607
9#190B04
Tints
Lighter variations
1#E5804A
2#E88F5E
3#EB9D72
4#EEAB87
5#F1B99B
6#F4C7AF
7#F6D5C3
8#F9E3D7
9#FCF1EB
Tones
Muted variations
1#DA753F
2#D17847
3#C87A50
4#C07D59
5#B77F61
6#AF826A
7#A68572
8#9D877B
9#958A84
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;
}