Charcoal
#4D3505
OrangeColor Codes
All color formats for development
HEX
#4D3505RGB
rgb(77, 53, 5)HSL
hsl(40, 88%, 16%)OKLCH
oklch(0.348 0.069 78.9)CMYK
cmyk(0%, 31%, 94%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#452F04
2#3D2A04
3#362503
4#2E2003
5#261A02
6#1F1502
7#171001
8#0F0B01
9#080500
Tints
Lighter variations
1#755007
2#9D6C0A
3#C6880D
4#EEA40F
5#F2B336
6#F5C25E
7#F7D286
8#FAE1AE
9#FCF0D7
Tones
Muted variations
1#493408
2#46320C
3#423110
4#3E3013
5#3B2F17
6#372E1A
7#342C1E
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 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE8 #FBE8C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D6 #F8D691 | BordersInactive statesPlaceholder text |
| 400 | F4C0 #F4C057 | Disabled statesSecondary iconsMuted text |
| 500 | F1AE #F1AE27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D391 #D3910D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A873 #A8730B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7852 #785208 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D35 #4D3505 | Primary textHigh emphasis contentDark headings |
| 950 | 3021 #302103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFAF1;
--charcoal-100: #FDF2DD;
--charcoal-200: #FBE8C1;
--charcoal-300: #F8D691;
--charcoal-400: #F4C057;
--charcoal-500: #F1AE27;
--charcoal-600: #D3910D;
--charcoal-700: #A8730B;
--charcoal-800: #785208;
--charcoal-900: #4D3505;
--charcoal-950: #302103;
}