Charcoal
#463A0B
YellowColor Codes
All color formats for development
HEX
#463A0BRGB
rgb(70, 58, 11)HSL
hsl(48, 73%, 16%)OKLCH
oklch(0.352 0.065 94)CMYK
cmyk(0%, 17%, 84%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40350A
2#382F09
3#312908
4#2A2307
5#231D06
6#1C1704
7#151203
8#0E0C02
9#070601
Tints
Lighter variations
1#6C5911
2#917817
3#B6971C
4#DBB622
5#E2C346
6#E8CF6B
7#EEDB90
8#F3E7B5
9#F9F3DA
Tones
Muted variations
1#44390E
2#413711
3#3E3514
4#3B3417
5#38321A
6#35301D
7#322E20
8#2F2C23
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF5 #FAF5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6EC #F6ECC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDE #EFDE9A | BordersInactive statesPlaceholder text |
| 400 | E7CD #E7CD65 | Disabled statesSecondary iconsMuted text |
| 500 | E0BF #E0BF38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2A1 #C2A11E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A80 #9A8018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E5C #6E5C11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 473B #473B0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C25 #2C2507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFBF2;
--charcoal-100: #FAF5E0;
--charcoal-200: #F6ECC6;
--charcoal-300: #EFDE9A;
--charcoal-400: #E7CD65;
--charcoal-500: #E0BF38;
--charcoal-600: #C2A11E;
--charcoal-700: #9A8018;
--charcoal-800: #6E5C11;
--charcoal-900: #473B0B;
--charcoal-950: #2C2507;
}