Charcoal
#4F3D02
YellowColor Codes
All color formats for development
HEX
#4F3D02RGB
rgb(79, 61, 2)HSL
hsl(46, 95%, 16%)OKLCH
oklch(0.369 0.074 89.5)CMYK
cmyk(0%, 23%, 97%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#483702
2#403102
3#382B01
4#302501
5#281F01
6#201901
7#181201
8#100C00
9#080600
Tints
Lighter variations
1#795E03
2#A37E04
3#CD9E05
4#F7BF06
5#FACA2E
6#FBD558
7#FCDF82
8#FDEAAB
9#FEF4D5
Tones
Muted variations
1#4C3B06
2#48390A
3#44370E
4#403512
5#3C3315
6#383119
7#342F1D
8#312D21
9#2D2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEF #FDEFBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE2 #FCE28D | BordersInactive statesPlaceholder text |
| 400 | FBD3 #FBD351 | Disabled statesSecondary iconsMuted text |
| 500 | F9C6 #F9C61F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBA9 #DBA906 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE86 #AE8604 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C60 #7C6003 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503D #503D02 | Primary textHigh emphasis contentDark headings |
| 950 | 3226 #322601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FFFBF0;
--charcoal-100: #FEF6DC;
--charcoal-200: #FDEFBE;
--charcoal-300: #FCE28D;
--charcoal-400: #FBD351;
--charcoal-500: #F9C61F;
--charcoal-600: #DBA906;
--charcoal-700: #AE8604;
--charcoal-800: #7C6003;
--charcoal-900: #503D02;
--charcoal-950: #322601;
}