Chocolate
#C99A18
OrangeColor Codes
All color formats for development
HEX
#C99A18RGB
rgb(201, 154, 24)HSL
hsl(44, 79%, 44%)OKLCH
oklch(0.711 0.14 85.7)CMYK
cmyk(0%, 23%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B58A15
2#A17B13
3#8D6B10
4#795C0E
5#644D0C
6#503D09
7#3C2E07
8#281F05
9#140F02
Tints
Lighter variations
1#E2AD1B
2#E7B733
3#EAC04C
4#EDC966
5#F0D27F
6#F3DB99
7#F6E4B2
8#F9EDCC
9#FCF6E5
Tones
Muted variations
1#C09520
2#B79129
3#AE8D32
4#A5893B
5#9D8544
6#94814D
7#8B7D56
8#82785E
9#797467
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EA #F8EAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DA #F3DA96 | BordersInactive statesPlaceholder text |
| 400 | ECC7 #ECC75F | Disabled statesSecondary iconsMuted text |
| 500 | E7B7 #E7B732 | Primary brand colorCTAsActive elementsLinks |
| 600 | C99A #C99A18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A07A #A07A13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7257 #72570D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4938 #493809 | Primary textHigh emphasis contentDark headings |
| 950 | 2E23 #2E2305 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDFAF1;
--chocolate-100: #FBF4DF;
--chocolate-200: #F8EAC4;
--chocolate-300: #F3DA96;
--chocolate-400: #ECC75F;
--chocolate-500: #E7B732;
--chocolate-600: #C99A18;
--chocolate-700: #A07A13;
--chocolate-800: #72570D;
--chocolate-900: #493809;
--chocolate-950: #2E2305;
}