Chocolate
#AF5F04
OrangeColor Codes
All color formats for development
HEX
#AF5F04RGB
rgb(175, 95, 4)HSL
hsl(32, 96%, 35%)OKLCH
oklch(0.567 0.134 58.4)CMYK
cmyk(0%, 46%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D5503
2#8C4C03
3#7A4202
4#693902
5#572F02
6#462601
7#341C01
8#231301
9#110900
Tints
Lighter variations
1#CF7104
2#F08205
3#FA921C
4#FBA23C
5#FCB15D
6#FCC17D
7#FDD09E
8#FEE0BE
9#FEEFDF
Tones
Muted variations
1#A65E0C
2#9E5E15
3#955D1D
4#8D5D26
5#845C2E
6#7C5C37
7#735B40
8#6A5A48
9#625A51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF8 #FFF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEE #FEEEDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE0 #FEE0BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDC8 #FDC88C | BordersInactive statesPlaceholder text |
| 400 | FBAB #FBAB50 | Disabled statesSecondary iconsMuted text |
| 500 | FA94 #FA941E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC77 #DC7704 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF5F #AF5F04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D44 #7D4403 | Text on light backgroundsHeadingsStrong borders |
| 900 | 502B #502B02 | Primary textHigh emphasis contentDark headings |
| 950 | 321B #321B01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FFF8F0;
--chocolate-100: #FEEEDC;
--chocolate-200: #FEE0BE;
--chocolate-300: #FDC88C;
--chocolate-400: #FBAB50;
--chocolate-500: #FA941E;
--chocolate-600: #DC7704;
--chocolate-700: #AF5F04;
--chocolate-800: #7D4403;
--chocolate-900: #502B02;
--chocolate-950: #321B01;
}