Charcoal
#4D3A05
OrangeColor Codes
All color formats for development
HEX
#4D3A05RGB
rgb(77, 58, 5)HSL
hsl(44, 88%, 16%)OKLCH
oklch(0.36 0.07 86.7)CMYK
cmyk(0%, 25%, 94%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#453404
2#3D2E04
3#362803
4#2E2303
5#261D02
6#1F1702
7#171101
8#0F0C01
9#080600
Tints
Lighter variations
1#755807
2#9D760A
3#C6940D
4#EEB20F
5#F2C036
6#F5CD5E
7#F7D986
8#FAE6AE
9#FCF2D7
Tones
Muted variations
1#493808
2#46360C
3#423510
4#3E3313
5#3B3117
6#37301A
7#342E1E
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 | FBEB #FBEBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DC #F8DC91 | BordersInactive statesPlaceholder text |
| 400 | F4CA #F4CA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1BB #F1BB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D39E #D39E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A87E #A87E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785A #785A08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3A #4D3A05 | Primary textHigh emphasis contentDark headings |
| 950 | 3024 #302403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFAF1;
--charcoal-100: #FDF4DD;
--charcoal-200: #FBEBC1;
--charcoal-300: #F8DC91;
--charcoal-400: #F4CA57;
--charcoal-500: #F1BB27;
--charcoal-600: #D39E0D;
--charcoal-700: #A87E0B;
--charcoal-800: #785A08;
--charcoal-900: #4D3A05;
--charcoal-950: #302403;
}