Charcoal
#4F3C03
YellowColor Codes
All color formats for development
HEX
#4F3C03RGB
rgb(79, 60, 3)HSL
hsl(45, 93%, 16%)OKLCH
oklch(0.367 0.073 87.9)CMYK
cmyk(0%, 24%, 96%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#473603
2#3F3002
3#372A02
4#2F2402
5#271E01
6#1F1801
7#181201
8#100C01
9#080600
Tints
Lighter variations
1#785B04
2#A17B06
3#CB9A07
4#F4B909
5#F8C630
6#F9D15A
7#FBDD83
8#FCE8AC
9#FEF4D6
Tones
Muted variations
1#4B3A07
2#47380A
3#43360E
4#403412
5#3C3216
6#38301A
7#342E1D
8#302D21
9#2D2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF5 #FEF5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDED #FDEDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE0 #FBE08E | BordersInactive statesPlaceholder text |
| 400 | F9CF #F9CF53 | Disabled statesSecondary iconsMuted text |
| 500 | F7C2 #F7C222 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9A4 #D9A408 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC83 #AC8306 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B5D #7B5D04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F3C #4F3C03 | Primary textHigh emphasis contentDark headings |
| 950 | 3125 #312502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFBF0;
--charcoal-100: #FEF5DD;
--charcoal-200: #FDEDBF;
--charcoal-300: #FBE08E;
--charcoal-400: #F9CF53;
--charcoal-500: #F7C222;
--charcoal-600: #D9A408;
--charcoal-700: #AC8306;
--charcoal-800: #7B5D04;
--charcoal-900: #4F3C03;
--charcoal-950: #312502;
}