Chocolate
#D3630D
OrangeColor Codes
All color formats for development
HEX
#D3630DRGB
rgb(211, 99, 13)HSL
hsl(26, 88%, 44%)OKLCH
oklch(0.626 0.163 49.2)CMYK
cmyk(0%, 53%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE590C
2#A94F0B
3#944509
4#7F3B08
5#693207
6#542805
7#3F1E04
8#2A1403
9#150A01
Tints
Lighter variations
1#EE700F
2#F17F28
3#F38F43
4#F59F5E
5#F6AF79
6#F8BF94
7#FACFAE
8#FCDFC9
9#FDEFE4
Tones
Muted variations
1#C96417
2#BF6621
3#B5672B
4#AB6835
5#A26A3F
6#986B49
7#8E6C53
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 #FBDAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8BD #F8BD91 | BordersInactive statesPlaceholder text |
| 400 | F49B #F49B57 | Disabled statesSecondary iconsMuted text |
| 500 | F17F #F17F27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D363 #D3630D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A84F #A84F0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7838 #783808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D24 #4D2405 | Primary textHigh emphasis contentDark headings |
| 950 | 3017 #301703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF6F1;
--chocolate-100: #FDEBDD;
--chocolate-200: #FBDAC1;
--chocolate-300: #F8BD91;
--chocolate-400: #F49B57;
--chocolate-500: #F17F27;
--chocolate-600: #D3630D;
--chocolate-700: #A84F0B;
--chocolate-800: #783808;
--chocolate-900: #4D2405;
--chocolate-950: #301703;
}