Chocolate
#C54E1B
OrangeColor Codes
All color formats for development
HEX
#C54E1BRGB
rgb(197, 78, 27)HSL
hsl(18, 76%, 44%)OKLCH
oklch(0.575 0.164 40.6)CMYK
cmyk(0%, 60%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B24618
2#9E3E16
3#8A3713
4#762F10
5#63270D
6#4F1F0B
7#3B1708
8#271005
9#140803
Tints
Lighter variations
1#DF581E
2#E46A36
3#E77D4F
4#EA8F68
5#EEA281
6#F1B59A
7#F5C7B4
8#F8DACD
9#FCECE6
Tones
Muted variations
1#BD5223
2#B4552C
3#AC5835
4#A35C3D
5#9B5F46
6#92634E
7#8A6657
8#81695F
9#796D68
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;
}