Chocolate
#E37B35
OrangeColor Codes
All color formats for development
HEX
#E37B35RGB
rgb(227, 123, 53)HSL
hsl(24, 76%, 55%)OKLCH
oklch(0.688 0.152 51)CMYK
cmyk(0%, 46%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE6B1E
2#C55F1B
3#AD5318
4#944714
5#7B3B11
6#63300D
7#4A240A
8#311807
9#190C03
Tints
Lighter variations
1#E68849
2#E9955D
3#ECA272
4#EEB086
5#F1BD9A
6#F4CAAE
7#F7D7C2
8#F9E5D7
9#FCF2EB
Tones
Muted variations
1#DB7D3E
2#D27E46
3#C9804F
4#C18258
5#B88461
6#AF8569
7#A68772
8#9E897B
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 | F1BB #F1BB98 | BordersInactive statesPlaceholder text |
| 400 | EA98 #EA9862 | Disabled statesSecondary iconsMuted text |
| 500 | E37B #E37B35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C55F #C55F1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D4C #9D4C15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7036 #70360F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4823 #48230A | 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: #F1BB98;
--chocolate-400: #EA9862;
--chocolate-500: #E37B35;
--chocolate-600: #C55F1B;
--chocolate-700: #9D4C15;
--chocolate-800: #70360F;
--chocolate-900: #48230A;
--chocolate-950: #2D1606;
}