Chocolate
#D74E09
OrangeColor Codes
All color formats for development
HEX
#D74E09RGB
rgb(215, 78, 9)HSL
hsl(20, 92%, 44%)OKLCH
oklch(0.603 0.184 40.5)CMYK
cmyk(0%, 64%, 96%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C24608
2#AC3E07
3#973606
4#812F05
5#6C2704
6#561F04
7#411703
8#2B1002
9#160801
Tints
Lighter variations
1#F3580A
2#F66A24
3#F77C3F
4#F88F5A
5#F9A276
6#FAB491
7#FCC7AD
8#FDDAC8
9#FEECE4
Tones
Muted variations
1#CD5113
2#C3551E
3#B85828
4#AE5C32
5#A45F3D
6#996247
7#8F6651
8#85695C
9#7B6D66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE8 #FEE8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD4 #FCD4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB2 #FAB28E | BordersInactive statesPlaceholder text |
| 400 | F88A #F88A54 | Disabled statesSecondary iconsMuted text |
| 500 | F669 #F66923 | Primary brand colorCTAsActive elementsLinks |
| 600 | D74E #D74E09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB3E #AB3E07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A2C #7A2C05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1C #4E1C03 | Primary textHigh emphasis contentDark headings |
| 950 | 3112 #311202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF5F0;
--chocolate-100: #FEE8DD;
--chocolate-200: #FCD4BF;
--chocolate-300: #FAB28E;
--chocolate-400: #F88A54;
--chocolate-500: #F66923;
--chocolate-600: #D74E09;
--chocolate-700: #AB3E07;
--chocolate-800: #7A2C05;
--chocolate-900: #4E1C03;
--chocolate-950: #311202;
}