Charcoal
#484109
YellowColor Codes
All color formats for development
HEX
#484109RGB
rgb(72, 65, 9)HSL
hsl(53, 78%, 16%)OKLCH
oklch(0.371 0.072 101.8)CMYK
cmyk(0%, 10%, 88%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413B08
2#3A3407
3#332E06
4#2C2705
5#242104
6#1D1A04
7#161403
8#0F0D02
9#070701
Tints
Lighter variations
1#6F630E
2#958612
3#BBA817
4#E1CA1C
5#E7D440
6#ECDD66
7#F1E58D
8#F6EEB3
9#FAF6D9
Tones
Muted variations
1#453F0C
2#423C0F
3#3F3A13
4#3C3716
5#393519
6#36331C
7#32301F
8#2F2E22
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F2 #F8F2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E7 #F2E797 | BordersInactive statesPlaceholder text |
| 400 | EBDB #EBDB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6D1 #E6D133 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B3 #C8B319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F8F #9F8F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7166 #71660E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4941 #494109 | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF1;
--charcoal-100: #FBF8DF;
--charcoal-200: #F8F2C4;
--charcoal-300: #F2E797;
--charcoal-400: #EBDB60;
--charcoal-500: #E6D133;
--charcoal-600: #C8B319;
--charcoal-700: #9F8F14;
--charcoal-800: #71660E;
--charcoal-900: #494109;
--charcoal-950: #2D2906;
}