Chocolate
#E36935
OrangeColor Codes
All color formats for development
HEX
#E36935RGB
rgb(227, 105, 53)HSL
hsl(18, 76%, 55%)OKLCH
oklch(0.661 0.166 41.9)CMYK
cmyk(0%, 54%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE581E
2#C54E1B
3#AD4418
4#943B14
5#7B3111
6#63270D
7#4A1D0A
8#311407
9#190A03
Tints
Lighter variations
1#E67849
2#E9875D
3#EC9672
4#EEA586
5#F1B49A
6#F4C3AE
7#F7D2C2
8#F9E1D7
9#FCF0EB
Tones
Muted variations
1#DB6D3E
2#D27046
3#C9744F
4#C17758
5#B87B61
6#AF7E69
7#A68272
8#9E857B
9#958984
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE8 #FBE8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D4 #F7D4C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1B3 #F1B398 | BordersInactive statesPlaceholder text |
| 400 | EA8B #EA8B62 | Disabled statesSecondary iconsMuted text |
| 500 | E369 #E36935 | Primary brand colorCTAsActive elementsLinks |
| 600 | C54E #C54E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D3E #9D3E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 702C #702C0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 481C #481C0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D12 #2D1206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF5F2;
--chocolate-100: #FBE8E0;
--chocolate-200: #F7D4C5;
--chocolate-300: #F1B398;
--chocolate-400: #EA8B62;
--chocolate-500: #E36935;
--chocolate-600: #C54E1B;
--chocolate-700: #9D3E15;
--chocolate-800: #702C0F;
--chocolate-900: #481C0A;
--chocolate-950: #2D1206;
}