Charcoal
#4F3F02
YellowColor Codes
All color formats for development
HEX
#4F3F02RGB
rgb(79, 63, 2)HSL
hsl(48, 95%, 16%)OKLCH
oklch(0.374 0.075 92.2)CMYK
cmyk(0%, 20%, 97%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#483A02
2#403302
3#382D01
4#302601
5#282001
6#201A01
7#181301
8#100D00
9#080600
Tints
Lighter variations
1#796203
2#A38304
3#CDA505
4#F7C706
5#FAD12E
6#FBDA58
7#FCE382
8#FDEDAB
9#FEF6D5
Tones
Muted variations
1#4C3E06
2#483B0A
3#44390E
4#403712
5#3C3415
6#383219
7#34301D
8#312D21
9#2D2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF7 #FEF7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF1 #FDF1BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE6 #FCE68D | BordersInactive statesPlaceholder text |
| 400 | FBD9 #FBD951 | Disabled statesSecondary iconsMuted text |
| 500 | F9CE #F9CE1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBB0 #DBB006 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE8C #AE8C04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C64 #7C6403 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5040 #504002 | Primary textHigh emphasis contentDark headings |
| 950 | 3228 #322801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FFFCF0;
--charcoal-100: #FEF7DC;
--charcoal-200: #FDF1BE;
--charcoal-300: #FCE68D;
--charcoal-400: #FBD951;
--charcoal-500: #F9CE1F;
--charcoal-600: #DBB006;
--charcoal-700: #AE8C04;
--charcoal-800: #7C6403;
--charcoal-900: #504002;
--charcoal-950: #322801;
}