Chocolate
#D4630C
OrangeColor Codes
All color formats for development
HEX
#D4630CRGB
rgb(212, 99, 12)HSL
hsl(26, 89%, 44%)OKLCH
oklch(0.627 0.165 49.1)CMYK
cmyk(0%, 53%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF590B
2#AA4F0A
3#944509
4#7F3B07
5#6A3106
6#552805
7#401E04
8#2A1402
9#150A01
Tints
Lighter variations
1#EF6F0E
2#F27F27
3#F48F42
4#F69F5D
5#F7AF78
6#F9BF93
7#FACFAE
8#FCDFC9
9#FDEFE4
Tones
Muted variations
1#CA6416
2#C06620
3#B6672A
4#AC6834
5#A26A3E
6#986B48
7#8E6C52
8#846E5C
9#7A6F66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEB #FDEBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBDA #FBDAC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9BD #F9BD90 | BordersInactive statesPlaceholder text |
| 400 | F59B #F59B56 | Disabled statesSecondary iconsMuted text |
| 500 | F27F #F27F26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D463 #D4630C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A94F #A94F0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7838 #783807 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D24 #4D2404 | Primary textHigh emphasis contentDark headings |
| 950 | 3016 #301603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF6F1;
--chocolate-100: #FDEBDD;
--chocolate-200: #FBDAC0;
--chocolate-300: #F9BD90;
--chocolate-400: #F59B56;
--chocolate-500: #F27F26;
--chocolate-600: #D4630C;
--chocolate-700: #A94F0A;
--chocolate-800: #783807;
--chocolate-900: #4D2404;
--chocolate-950: #301603;
}