Chocolate
#E27B36
OrangeColor Codes
All color formats for development
HEX
#E27B36RGB
rgb(226, 123, 54)HSL
hsl(24, 75%, 55%)OKLCH
oklch(0.687 0.151 51)CMYK
cmyk(0%, 46%, 76%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD6B20
2#C45F1C
3#AC5319
4#934815
5#7B3C12
6#62300E
7#4A240B
8#311807
9#190C04
Tints
Lighter variations
1#E5884A
2#E8955E
3#EBA372
4#EEB087
5#F1BD9B
6#F4CAAF
7#F6D7C3
8#F9E5D7
9#FCF2EB
Tones
Muted variations
1#DA7D3F
2#D17E47
3#C88050
4#C08259
5#B78461
6#AF856A
7#A68772
8#9D897B
9#958B84
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D9 #F7D9C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0BC #F0BC98 | BordersInactive statesPlaceholder text |
| 400 | E998 #E99863 | Disabled statesSecondary iconsMuted text |
| 500 | E27B #E27B36 | Primary brand colorCTAsActive elementsLinks |
| 600 | C45F #C45F1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C4C #9C4C16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7036 #703610 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4723 #47230A | Primary textHigh emphasis contentDark headings |
| 950 | 2D16 #2D1606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F2;
--chocolate-100: #FBEAE0;
--chocolate-200: #F7D9C5;
--chocolate-300: #F0BC98;
--chocolate-400: #E99863;
--chocolate-500: #E27B36;
--chocolate-600: #C45F1C;
--chocolate-700: #9C4C16;
--chocolate-800: #703610;
--chocolate-900: #47230A;
--chocolate-950: #2D1606;
}