Chocolate
#CA7F16
OrangeColor Codes
All color formats for development
HEX
#CA7F16RGB
rgb(202, 127, 22)HSL
hsl(35, 80%, 44%)OKLCH
oklch(0.661 0.14 67.3)CMYK
cmyk(0%, 37%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B67214
2#A26612
3#8D5910
4#794C0D
5#65400B
6#513309
7#3D2607
8#281904
9#140D02
Tints
Lighter variations
1#E48F19
2#E89C31
3#EBA84B
4#EEB565
5#F1C17E
6#F4CD98
7#F6DAB2
8#F9E6CC
9#FCF3E5
Tones
Muted variations
1#C17E1F
2#B87C28
3#AF7B31
4#A6793A
5#9D7843
6#94764C
7#8B7555
8#82735E
9#797267
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E2 #F8E2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CC #F3CC95 | BordersInactive statesPlaceholder text |
| 400 | EDB2 #EDB25E | Disabled statesSecondary iconsMuted text |
| 500 | E89C #E89C30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA7F #CA7F16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A165 #A16512 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7348 #73480D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492E #492E08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1D #2E1D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF8F1;
--chocolate-100: #FBF0DF;
--chocolate-200: #F8E2C3;
--chocolate-300: #F3CC95;
--chocolate-400: #EDB25E;
--chocolate-500: #E89C30;
--chocolate-600: #CA7F16;
--chocolate-700: #A16512;
--chocolate-800: #73480D;
--chocolate-900: #492E08;
--chocolate-950: #2E1D05;
}