Chocolate
#D58B0B
OrangeColor Codes
All color formats for development
HEX
#D58B0BRGB
rgb(213, 139, 11)HSL
hsl(38, 90%, 44%)OKLCH
oklch(0.696 0.147 71.3)CMYK
cmyk(0%, 35%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C07D0A
2#AB6F09
3#956108
4#805307
5#6B4606
6#553804
7#402A03
8#2B1C02
9#150E01
Tints
Lighter variations
1#F09D0D
2#F4A826
3#F5B341
4#F6BE5C
5#F8C977
6#F9D492
7#FBDEAE
8#FCE9C9
9#FEF4E4
Tones
Muted variations
1#CB8815
2#C1861F
3#B7832A
4#AD8034
5#A37E3E
6#997B48
7#8E7852
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 | FDF1 #FDF1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE6 #FCE6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D2 #F9D290 | BordersInactive statesPlaceholder text |
| 400 | F6BB #F6BB55 | Disabled statesSecondary iconsMuted text |
| 500 | F4A8 #F4A825 | Primary brand colorCTAsActive elementsLinks |
| 600 | D58B #D58B0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA6F #AA6F09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 794F #794F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E33 #4E3304 | 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: #FDF1DD;
--chocolate-200: #FCE6C0;
--chocolate-300: #F9D290;
--chocolate-400: #F6BB55;
--chocolate-500: #F4A825;
--chocolate-600: #D58B0B;
--chocolate-700: #AA6F09;
--chocolate-800: #794F06;
--chocolate-900: #4E3304;
--chocolate-950: #302003;
}