Charcoal
#4D3805
OrangeColor Codes
All color formats for development
HEX
#4D3805RGB
rgb(77, 56, 5)HSL
hsl(43, 88%, 16%)OKLCH
oklch(0.355 0.069 83.7)CMYK
cmyk(0%, 27%, 94%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#453304
2#3D2D04
3#362703
4#2E2203
5#261C02
6#1F1702
7#171101
8#0F0B01
9#080600
Tints
Lighter variations
1#755607
2#9D740A
3#C6910D
4#EEAF0F
5#F2BD36
6#F5CA5E
7#F7D786
8#FAE4AE
9#FCF2D7
Tones
Muted variations
1#493708
2#46350C
3#423410
4#3E3213
5#3B3117
6#372F1A
7#342D1E
8#302C22
9#2C2A25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEA #FBEAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DB #F8DB91 | BordersInactive statesPlaceholder text |
| 400 | F4C8 #F4C857 | Disabled statesSecondary iconsMuted text |
| 500 | F1B8 #F1B827 | Primary brand colorCTAsActive elementsLinks |
| 600 | D39B #D39B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A87B #A87B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7858 #785808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D38 #4D3805 | Primary textHigh emphasis contentDark headings |
| 950 | 3023 #302303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFAF1;
--charcoal-100: #FDF4DD;
--charcoal-200: #FBEAC1;
--charcoal-300: #F8DB91;
--charcoal-400: #F4C857;
--charcoal-500: #F1B827;
--charcoal-600: #D39B0D;
--charcoal-700: #A87B0B;
--charcoal-800: #785808;
--charcoal-900: #4D3805;
--charcoal-950: #302303;
}