Charcoal
#47470A
YellowColor Codes
All color formats for development
HEX
#47470ARGB
rgb(71, 71, 10)HSL
hsl(60, 75%, 16%)OKLCH
oklch(0.386 0.078 109.6)CMYK
cmyk(0%, 0%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#404009
2#393908
3#323207
4#2B2B06
5#242405
6#1D1D04
7#151503
8#0E0E02
9#070701
Tints
Lighter variations
1#6D6D10
2#929215
3#B8B81A
4#DDDD20
5#E4E444
6#EAEA69
7#EFEF8F
8#F4F4B4
9#FAFADA
Tones
Muted variations
1#44440D
2#414110
3#3E3E13
4#3B3B16
5#38381A
6#35351D
7#323220
8#2F2F23
9#2C2C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F7 #F7F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0F0 #F0F098 | BordersInactive statesPlaceholder text |
| 400 | E9E9 #E9E963 | Disabled statesSecondary iconsMuted text |
| 500 | E2E2 #E2E236 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4C4 #C4C41C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C9C #9C9C16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7070 #707010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4747 #47470A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFDF2;
--charcoal-100: #FBFBE0;
--charcoal-200: #F7F7C5;
--charcoal-300: #F0F098;
--charcoal-400: #E9E963;
--charcoal-500: #E2E236;
--charcoal-600: #C4C41C;
--charcoal-700: #9C9C16;
--charcoal-800: #707010;
--charcoal-900: #47470A;
--charcoal-950: #2D2D06;
}