Chocolate
#D58E0B
OrangeColor Codes
All color formats for development
HEX
#D58E0BRGB
rgb(213, 142, 11)HSL
hsl(39, 90%, 44%)OKLCH
oklch(0.701 0.147 73.2)CMYK
cmyk(0%, 33%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0800A
2#AB7209
3#956408
4#805507
5#6B4706
6#553904
7#402B03
8#2B1C02
9#150E01
Tints
Lighter variations
1#F0A10D
2#F4AC26
3#F5B641
4#F6C05C
5#F8CB77
6#F9D592
7#FBE0AE
8#FCEAC9
9#FEF5E4
Tones
Muted variations
1#CB8B15
2#C1881F
3#B7852A
4#AD8234
5#A37F3E
6#997C48
7#8E7952
8#84765C
9#7A7366
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE7 #FCE7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D4 #F9D490 | BordersInactive statesPlaceholder text |
| 400 | F6BE #F6BE55 | Disabled statesSecondary iconsMuted text |
| 500 | F4AB #F4AB25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D58E #D58E0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA71 #AA7109 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7951 #795106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E34 #4E3404 | 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: #FEF9F0;
--chocolate-100: #FDF2DD;
--chocolate-200: #FCE7C0;
--chocolate-300: #F9D490;
--chocolate-400: #F6BE55;
--chocolate-500: #F4AB25;
--chocolate-600: #D58E0B;
--chocolate-700: #AA7109;
--chocolate-800: #795106;
--chocolate-900: #4E3404;
--chocolate-950: #302003;
}