Charcoal
#493B09
YellowColor Codes
All color formats for development
HEX
#493B09RGB
rgb(73, 59, 9)HSL
hsl(47, 78%, 16%)OKLCH
oklch(0.358 0.067 92.2)CMYK
cmyk(0%, 19%, 88%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413508
2#3A2F07
3#332906
4#2C2305
5#241D04
6#1D1804
7#161203
8#0F0C02
9#070601
Tints
Lighter variations
1#6F5A0E
2#957912
3#BB9717
4#E1B61C
5#E7C340
6#ECCF66
7#F1DB8D
8#F6E7B3
9#FAF3D9
Tones
Muted variations
1#45390C
2#42370F
3#3F3513
4#3C3416
5#393219
6#36301C
7#322E1F
8#2F2C22
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8ED #F8EDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DE #F2DE97 | BordersInactive statesPlaceholder text |
| 400 | EBCD #EBCD60 | Disabled statesSecondary iconsMuted text |
| 500 | E6BF #E6BF33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8A2 #C8A219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F81 #9F8114 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715C #715C0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493B #493B09 | 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: #FBF5DF;
--charcoal-200: #F8EDC4;
--charcoal-300: #F2DE97;
--charcoal-400: #EBCD60;
--charcoal-500: #E6BF33;
--charcoal-600: #C8A219;
--charcoal-700: #9F8114;
--charcoal-800: #715C0E;
--charcoal-900: #493B09;
--charcoal-950: #2D2506;
}