Chocolate
#C99418
OrangeColor Codes
All color formats for development
HEX
#C99418RGB
rgb(201, 148, 24)HSL
hsl(42, 79%, 44%)OKLCH
oklch(0.699 0.139 81.8)CMYK
cmyk(0%, 26%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B58515
2#A17613
3#8D6710
4#79590E
5#644A0C
6#503B09
7#3C2C07
8#281E05
9#140F02
Tints
Lighter variations
1#E2A61B
2#E7B133
3#EABB4C
4#EDC466
5#F0CE7F
6#F3D899
7#F6E2B2
8#F9EBCC
9#FCF5E5
Tones
Muted variations
1#C09020
2#B78D29
3#AE8932
4#A5853B
5#9D8244
6#947E4D
7#8B7B56
8#82775E
9#797467
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E8 #F8E8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D7 #F3D796 | BordersInactive statesPlaceholder text |
| 400 | ECC2 #ECC25F | Disabled statesSecondary iconsMuted text |
| 500 | E7B1 #E7B132 | Primary brand colorCTAsActive elementsLinks |
| 600 | C994 #C99418 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A075 #A07513 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7254 #72540D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4936 #493609 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDFAF1;
--chocolate-100: #FBF3DF;
--chocolate-200: #F8E8C4;
--chocolate-300: #F3D796;
--chocolate-400: #ECC25F;
--chocolate-500: #E7B132;
--chocolate-600: #C99418;
--chocolate-700: #A07513;
--chocolate-800: #72540D;
--chocolate-900: #493609;
--chocolate-950: #2E2205;
}