Chocolate
#D4770C
OrangeColor Codes
All color formats for development
HEX
#D4770CRGB
rgb(212, 119, 12)HSL
hsl(32, 89%, 44%)OKLCH
oklch(0.659 0.152 59.5)CMYK
cmyk(0%, 44%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF6B0B
2#AA5F0A
3#945309
4#7F4707
5#6A3B06
6#553005
7#402404
8#2A1802
9#150C01
Tints
Lighter variations
1#EF860E
2#F29427
3#F4A142
4#F6AE5D
5#F7BC78
6#F9C993
7#FAD7AE
8#FCE4C9
9#FDF2E4
Tones
Muted variations
1#CA7616
2#C07620
3#B6752A
4#AC7434
5#A2743E
6#987348
7#8E7252
8#84725C
9#7A7166
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEE #FDEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE0 #FBE0C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9C8 #F9C890 | BordersInactive statesPlaceholder text |
| 400 | F5AB #F5AB56 | Disabled statesSecondary iconsMuted text |
| 500 | F293 #F29326 | Primary brand colorCTAsActive elementsLinks |
| 600 | D477 #D4770C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A95F #A95F0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7844 #784407 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2B #4D2B04 | Primary textHigh emphasis contentDark headings |
| 950 | 301B #301B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF8F1;
--chocolate-100: #FDEEDD;
--chocolate-200: #FBE0C0;
--chocolate-300: #F9C890;
--chocolate-400: #F5AB56;
--chocolate-500: #F29326;
--chocolate-600: #D4770C;
--chocolate-700: #A95F0A;
--chocolate-800: #784407;
--chocolate-900: #4D2B04;
--chocolate-950: #301B03;
}