Charcoal
#4D3605
OrangeColor Codes
All color formats for development
HEX
#4D3605RGB
rgb(77, 54, 5)HSL
hsl(41, 88%, 16%)OKLCH
oklch(0.35 0.069 80.5)CMYK
cmyk(0%, 30%, 94%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#453104
2#3D2B04
3#362603
4#2E2003
5#261B02
6#1F1602
7#171001
8#0F0B01
9#080500
Tints
Lighter variations
1#755207
2#9D6F0A
3#C68B0D
4#EEA70F
5#F2B636
6#F5C55E
7#F7D386
8#FAE2AE
9#FCF0D7
Tones
Muted variations
1#493508
2#46330C
3#423210
4#3E3113
5#3B2F17
6#372E1A
7#342D1E
8#302B22
9#2C2A25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE9 #FBE9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D7 #F8D791 | BordersInactive statesPlaceholder text |
| 400 | F4C3 #F4C357 | Disabled statesSecondary iconsMuted text |
| 500 | F1B1 #F1B127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D394 #D3940D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A876 #A8760B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7854 #785408 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D36 #4D3605 | Primary textHigh emphasis contentDark headings |
| 950 | 3022 #302203 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFAF1;
--charcoal-100: #FDF3DD;
--charcoal-200: #FBE9C1;
--charcoal-300: #F8D791;
--charcoal-400: #F4C357;
--charcoal-500: #F1B127;
--charcoal-600: #D3940D;
--charcoal-700: #A8760B;
--charcoal-800: #785408;
--charcoal-900: #4D3605;
--charcoal-950: #302203;
}