Charcoal
#483B09
YellowColor Codes
All color formats for development
HEX
#483B09RGB
rgb(72, 59, 9)HSL
hsl(48, 78%, 16%)OKLCH
oklch(0.356 0.067 93.4)CMYK
cmyk(0%, 18%, 88%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413608
2#3A3007
3#332A06
4#2C2405
5#241E04
6#1D1804
7#161203
8#0F0C02
9#070601
Tints
Lighter variations
1#6F5B0E
2#957B12
3#BB9A17
4#E1BA1C
5#E7C640
6#ECD166
7#F1DD8D
8#F6E8B3
9#FAF4D9
Tones
Muted variations
1#453A0C
2#42380F
3#3F3613
4#3C3416
5#393219
6#36301C
7#322F1F
8#2F2D22
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8ED #F8EDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E0 #F2E097 | BordersInactive statesPlaceholder text |
| 400 | EBD0 #EBD060 | Disabled statesSecondary iconsMuted text |
| 500 | E6C2 #E6C233 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8A5 #C8A519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F83 #9F8314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715E #715E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493C #493C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D25 #2D2506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFBF1;
--charcoal-100: #FBF6DF;
--charcoal-200: #F8EDC4;
--charcoal-300: #F2E097;
--charcoal-400: #EBD060;
--charcoal-500: #E6C233;
--charcoal-600: #C8A519;
--charcoal-700: #9F8314;
--charcoal-800: #715E0E;
--charcoal-900: #493C09;
--charcoal-950: #2D2506;
}