Charcoal
#494009
YellowColor Codes
All color formats for development
HEX
#494009RGB
rgb(73, 64, 9)HSL
hsl(52, 78%, 16%)OKLCH
oklch(0.37 0.071 99.3)CMYK
cmyk(0%, 12%, 88%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413A08
2#3A3307
3#332D06
4#2C2605
5#242004
6#1D1A04
7#161303
8#0F0D02
9#070601
Tints
Lighter variations
1#6F620E
2#958312
3#BBA517
4#E1C71C
5#E7D140
6#ECDA66
7#F1E38D
8#F6EDB3
9#FAF6D9
Tones
Muted variations
1#453E0C
2#423B0F
3#3F3913
4#3C3716
5#393419
6#36321C
7#32301F
8#2F2D22
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F1 #F8F1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E6 #F2E697 | BordersInactive statesPlaceholder text |
| 400 | EBD9 #EBD960 | Disabled statesSecondary iconsMuted text |
| 500 | E6CE #E6CE33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B0 #C8B019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F8C #9F8C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7164 #71640E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494009 | Primary textHigh emphasis contentDark headings |
| 950 | 2D28 #2D2806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF1;
--charcoal-100: #FBF7DF;
--charcoal-200: #F8F1C4;
--charcoal-300: #F2E697;
--charcoal-400: #EBD960;
--charcoal-500: #E6CE33;
--charcoal-600: #C8B019;
--charcoal-700: #9F8C14;
--charcoal-800: #71640E;
--charcoal-900: #494009;
--charcoal-950: #2D2806;
}