Charcoal
#262C2C
GrayColor Codes
All color formats for development
HEX
#262C2CRGB
rgb(38, 44, 44)HSL
hsl(180, 7%, 16%)OKLCH
oklch(0.287 0.008 196.7)CMYK
cmyk(14%, 0%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222727
2#1E2323
3#1B1F1F
4#171A1A
5#131616
6#0F1111
7#0B0D0D
8#080909
9#040404
Tints
Lighter variations
1#3A4343
2#4E5959
3#627070
4#768787
5#8C9B9B
6#A3AFAF
7#BAC3C3
8#D1D7D7
9#E8EBEB
Tones
Muted variations
1#262B2B
2#272B2B
3#272B2B
4#272B2B
5#272A2A
6#282A2A
7#282A2A
8#282929
9#292929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCE0 #DCE0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C0C8 #C0C8C8 | BordersInactive statesPlaceholder text |
| 400 | A0AC #A0ACAC | Disabled statesSecondary iconsMuted text |
| 500 | 8494 #849494 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6878 #687878 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 535F #535F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B44 #3B4444 | Text on light backgroundsHeadingsStrong borders |
| 900 | 262C #262C2C | Primary textHigh emphasis contentDark headings |
| 950 | 181B #181B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #ECEEEE;
--charcoal-200: #DCE0E0;
--charcoal-300: #C0C8C8;
--charcoal-400: #A0ACAC;
--charcoal-500: #849494;
--charcoal-600: #687878;
--charcoal-700: #535F5F;
--charcoal-800: #3B4444;
--charcoal-900: #262C2C;
--charcoal-950: #181B1B;
}