Charcoal
#4F3C02
YellowColor Codes
All color formats for development
HEX
#4F3C02RGB
rgb(79, 60, 2)HSL
hsl(45, 95%, 16%)OKLCH
oklch(0.367 0.074 88.1)CMYK
cmyk(0%, 24%, 97%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#483602
2#403002
3#382A01
4#302401
5#281E01
6#201801
7#181201
8#100C00
9#080600
Tints
Lighter variations
1#795C03
2#A37B04
3#CD9B05
4#F7BB06
5#FAC72E
6#FBD258
7#FCDD82
8#FDE9AB
9#FEF4D5
Tones
Muted variations
1#4C3A06
2#48380A
3#44360E
4#403412
5#3C3215
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 | FDEE #FDEEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE0 #FCE08D | BordersInactive statesPlaceholder text |
| 400 | FBD0 #FBD051 | Disabled statesSecondary iconsMuted text |
| 500 | F9C3 #F9C31F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBA5 #DBA506 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE84 #AE8404 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C5E #7C5E03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503C #503C02 | 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: #FDEEBE;
--charcoal-300: #FCE08D;
--charcoal-400: #FBD051;
--charcoal-500: #F9C31F;
--charcoal-600: #DBA506;
--charcoal-700: #AE8404;
--charcoal-800: #7C5E03;
--charcoal-900: #503C02;
--charcoal-950: #322601;
}