Charcoal
#2B2927
GrayColor Codes
All color formats for development
HEX
#2B2927RGB
rgb(43, 41, 39)HSL
hsl(30, 5%, 16%)OKLCH
oklch(0.282 0.005 67.6)CMYK
cmyk(0%, 5%, 9%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#272523
2#22211F
3#1E1D1B
4#1A1817
5#151413
6#111010
7#0D0C0C
8#090808
9#040404
Tints
Lighter variations
1#413E3B
2#58544F
3#6E6964
4#857E78
5#99948F
6#AEA9A5
7#C2BFBC
8#D6D4D2
9#EBEAE9
Tones
Muted variations
1#2B2927
2#2A2927
3#2A2927
4#2A2928
5#2A2928
6#2A2928
7#292928
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 | E0DE #E0DEDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C4 #C7C4C1 | BordersInactive statesPlaceholder text |
| 400 | AAA6 #AAA6A1 | Disabled statesSecondary iconsMuted text |
| 500 | 928C #928C87 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7670 #76706B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E59 #5E5955 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4340 #43403D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2927 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1A #1B1A18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F7F7;
--charcoal-100: #EEEDEC;
--charcoal-200: #E0DEDC;
--charcoal-300: #C7C4C1;
--charcoal-400: #AAA6A1;
--charcoal-500: #928C87;
--charcoal-600: #76706B;
--charcoal-700: #5E5955;
--charcoal-800: #43403D;
--charcoal-900: #2B2927;
--charcoal-950: #1B1A18;
}