Charcoal
#26262C
GrayColor Codes
All color formats for development
HEX
#26262CRGB
rgb(38, 38, 44)HSL
hsl(240, 7%, 16%)OKLCH
oklch(0.271 0.011 285.6)CMYK
cmyk(14%, 14%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222227
2#1E1E23
3#1B1B1F
4#17171A
5#131316
6#0F0F11
7#0B0B0D
8#080809
9#040404
Tints
Lighter variations
1#3A3A43
2#4E4E59
3#626270
4#767687
5#8C8C9B
6#A3A3AF
7#BABAC3
8#D1D1D7
9#E8E8EB
Tones
Muted variations
1#26262B
2#27272B
3#27272B
4#27272B
5#27272A
6#28282A
7#28282A
8#282829
9#292929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCDC #DCDCE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C0C0 #C0C0C8 | BordersInactive statesPlaceholder text |
| 400 | A0A0 #A0A0AC | Disabled statesSecondary iconsMuted text |
| 500 | 8484 #848494 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6868 #686878 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5353 #53535F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B3B #3B3B44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2626 #26262C | Primary textHigh emphasis contentDark headings |
| 950 | 1818 #18181B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #ECECEE;
--charcoal-200: #DCDCE0;
--charcoal-300: #C0C0C8;
--charcoal-400: #A0A0AC;
--charcoal-500: #848494;
--charcoal-600: #686878;
--charcoal-700: #53535F;
--charcoal-800: #3B3B44;
--charcoal-900: #26262C;
--charcoal-950: #18181B;
}