Chocolate
#D38E0D
OrangeColor Codes
All color formats for development
HEX
#D38E0DRGB
rgb(211, 142, 13)HSL
hsl(39, 88%, 44%)OKLCH
oklch(0.699 0.146 74)CMYK
cmyk(0%, 33%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE800C
2#A9710B
3#946309
4#7F5508
5#694707
6#543905
7#3F2B04
8#2A1C03
9#150E01
Tints
Lighter variations
1#EEA00F
2#F1AB28
3#F3B543
4#F5C05E
5#F6CA79
6#F8D594
7#FADFAE
8#FCEAC9
9#FDF4E4
Tones
Muted variations
1#C98B17
2#BF8821
3#B5852B
4#AB8235
5#A27F3F
6#987C49
7#8E7953
8#84765C
9#7A7366
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE7 #FBE7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D4 #F8D491 | BordersInactive statesPlaceholder text |
| 400 | F4BD #F4BD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1AB #F1AB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D38E #D38E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A871 #A8710B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3405 | Primary textHigh emphasis contentDark headings |
| 950 | 3020 #302003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF9F1;
--chocolate-100: #FDF2DD;
--chocolate-200: #FBE7C1;
--chocolate-300: #F8D491;
--chocolate-400: #F4BD57;
--chocolate-500: #F1AB27;
--chocolate-600: #D38E0D;
--chocolate-700: #A8710B;
--chocolate-800: #785108;
--chocolate-900: #4D3405;
--chocolate-950: #302003;
}