Charcoal
#2B2826
GrayColor Codes
All color formats for development
HEX
#2B2826RGB
rgb(43, 40, 38)HSL
hsl(24, 6%, 16%)OKLCH
oklch(0.279 0.006 56.2)CMYK
cmyk(0%, 7%, 12%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#272423
2#23201F
3#1E1C1B
4#1A1817
5#161413
6#11100F
7#0D0C0C
8#090808
9#040404
Tints
Lighter variations
1#423D3A
2#59534F
3#6F6863
4#867D77
5#9A938D
6#AEA8A4
7#C3BEBB
8#D7D4D2
9#EBE9E8
Tones
Muted variations
1#2B2827
2#2B2827
3#2B2827
4#2A2927
5#2A2928
6#2A2928
7#2A2928
8#292928
9#292929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEED #EEEDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DD #E0DDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C4 #C8C4C1 | BordersInactive statesPlaceholder text |
| 400 | ABA5 #ABA5A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938B #938B85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 776F #776F69 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F58 #5F5854 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443F #443F3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2826 | Primary textHigh emphasis contentDark headings |
| 950 | 1B19 #1B1918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F7F7;
--charcoal-100: #EEEDEC;
--charcoal-200: #E0DDDC;
--charcoal-300: #C8C4C1;
--charcoal-400: #ABA5A0;
--charcoal-500: #938B85;
--charcoal-600: #776F69;
--charcoal-700: #5F5854;
--charcoal-800: #443F3C;
--charcoal-900: #2B2826;
--charcoal-950: #1B1918;
}