Charcoal
#4D3405
OrangeColor Codes
All color formats for development
HEX
#4D3405RGB
rgb(77, 52, 5)HSL
hsl(39, 88%, 16%)OKLCH
oklch(0.346 0.069 77.3)CMYK
cmyk(0%, 32%, 94%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#452E04
2#3D2904
3#362403
4#2E1F03
5#261A02
6#1F1502
7#170F01
8#0F0A01
9#080500
Tints
Lighter variations
1#754F07
2#9D6A0A
3#C6850D
4#EEA00F
5#F2B036
6#F5C05E
7#F7D086
8#FADFAE
9#FCEFD7
Tones
Muted variations
1#493208
2#46310C
3#423010
4#3E2F13
5#3B2E17
6#372D1A
7#342C1E
8#302B22
9#2C2A25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE7 #FBE7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D4 #F8D491 | BordersInactive statesPlaceholder text |
| 400 | F4BD #F4BD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1AB #F1AB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D38E #D38E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A871 #A8710B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3405 | Primary textHigh emphasis contentDark headings |
| 950 | 3020 #302003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF9F1;
--charcoal-100: #FDF2DD;
--charcoal-200: #FBE7C1;
--charcoal-300: #F8D491;
--charcoal-400: #F4BD57;
--charcoal-500: #F1AB27;
--charcoal-600: #D38E0D;
--charcoal-700: #A8710B;
--charcoal-800: #785108;
--charcoal-900: #4D3405;
--charcoal-950: #302003;
}