Chocolate
#CA5E16
OrangeColor Codes
All color formats for development
HEX
#CA5E16RGB
rgb(202, 94, 22)HSL
hsl(24, 80%, 44%)OKLCH
oklch(0.605 0.157 47.8)CMYK
cmyk(0%, 53%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B65514
2#A24B12
3#8D4210
4#79390D
5#652F0B
6#512609
7#3D1C07
8#281304
9#140902
Tints
Lighter variations
1#E46A19
2#E87A31
3#EB8B4B
4#EE9C65
5#F1AC7E
6#F4BD98
7#F6CDB2
8#F9DECC
9#FCEEE5
Tones
Muted variations
1#C1601F
2#B86228
3#AF6431
4#A6653A
5#9D6743
6#94694C
7#8B6B55
8#826D5E
9#796E67
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D9 #F8D9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3BB #F3BB95 | BordersInactive statesPlaceholder text |
| 400 | ED97 #ED975E | Disabled statesSecondary iconsMuted text |
| 500 | E87A #E87A30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA5E #CA5E16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A14B #A14B12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7336 #73360D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4922 #492208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E15 #2E1505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F1;
--chocolate-100: #FBEADF;
--chocolate-200: #F8D9C3;
--chocolate-300: #F3BB95;
--chocolate-400: #ED975E;
--chocolate-500: #E87A30;
--chocolate-600: #CA5E16;
--chocolate-700: #A14B12;
--chocolate-800: #73360D;
--chocolate-900: #492208;
--chocolate-950: #2E1505;
}