Chocolate
#D48E0C
OrangeColor Codes
All color formats for development
HEX
#D48E0CRGB
rgb(212, 142, 12)HSL
hsl(39, 89%, 44%)OKLCH
oklch(0.7 0.146 73.6)CMYK
cmyk(0%, 33%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF800B
2#AA720A
3#946409
4#7F5507
5#6A4706
6#553905
7#402B04
8#2A1C02
9#150E01
Tints
Lighter variations
1#EFA00E
2#F2AB27
3#F4B642
4#F6C05D
5#F7CB78
6#F9D593
7#FAE0AE
8#FCEAC9
9#FDF5E4
Tones
Muted variations
1#CA8B16
2#C08820
3#B6852A
4#AC8234
5#A27F3E
6#987C48
7#8E7952
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 #FBE7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D4 #F9D490 | BordersInactive statesPlaceholder text |
| 400 | F5BE #F5BE56 | Disabled statesSecondary iconsMuted text |
| 500 | F2AB #F2AB26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D48E #D48E0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A971 #A9710A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3404 | 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: #FBE7C0;
--chocolate-300: #F9D490;
--chocolate-400: #F5BE56;
--chocolate-500: #F2AB26;
--chocolate-600: #D48E0C;
--chocolate-700: #A9710A;
--chocolate-800: #785107;
--chocolate-900: #4D3404;
--chocolate-950: #302003;
}