Chocolate
#D74A09
OrangeColor Codes
All color formats for development
HEX
#D74A09RGB
rgb(215, 74, 9)HSL
hsl(19, 92%, 44%)OKLCH
oklch(0.599 0.187 39.2)CMYK
cmyk(0%, 66%, 96%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C24308
2#AC3B07
3#973406
4#812D05
5#6C2504
6#561E04
7#411603
8#2B0F02
9#160701
Tints
Lighter variations
1#F3540A
2#F66624
3#F7793F
4#F88C5A
5#F9A076
6#FAB391
7#FCC6AD
8#FDD9C8
9#FEECE4
Tones
Muted variations
1#CD4E13
2#C3521E
3#B85628
4#AE5932
5#A45D3D
6#996147
7#8F6551
8#85695C
9#7B6C66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE7 #FEE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD3 #FCD3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB1 #FAB18E | BordersInactive statesPlaceholder text |
| 400 | F888 #F88854 | Disabled statesSecondary iconsMuted text |
| 500 | F666 #F66623 | Primary brand colorCTAsActive elementsLinks |
| 600 | D74A #D74A09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB3B #AB3B07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A2A #7A2A05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1B #4E1B03 | Primary textHigh emphasis contentDark headings |
| 950 | 3111 #311102 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF5F0;
--chocolate-100: #FEE7DD;
--chocolate-200: #FCD3BF;
--chocolate-300: #FAB18E;
--chocolate-400: #F88854;
--chocolate-500: #F66623;
--chocolate-600: #D74A09;
--chocolate-700: #AB3B07;
--chocolate-800: #7A2A05;
--chocolate-900: #4E1B03;
--chocolate-950: #311102;
}