Charcoal
#2B2827
GrayColor Codes
All color formats for development
HEX
#2B2827RGB
rgb(43, 40, 39)HSL
hsl(15, 5%, 16%)OKLCH
oklch(0.28 0.005 39.4)CMYK
cmyk(0%, 7%, 9%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#272423
2#22201F
3#1E1C1B
4#1A1817
5#151413
6#111010
7#0D0C0C
8#090808
9#040404
Tints
Lighter variations
1#413D3B
2#58524F
3#6E6664
4#857B78
5#99918F
6#AEA7A5
7#C2BDBC
8#D6D3D2
9#EBE9E9
Tones
Muted variations
1#2B2827
2#2A2827
3#2A2827
4#2A2828
5#2A2828
6#2A2828
7#292828
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 | C7C3 #C7C3C1 | BordersInactive statesPlaceholder text |
| 400 | AAA4 #AAA4A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9289 #928987 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766D #766D6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E57 #5E5755 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433E #433E3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B28 #2B2827 | 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: #C7C3C1;
--charcoal-400: #AAA4A1;
--charcoal-500: #928987;
--charcoal-600: #766D6B;
--charcoal-700: #5E5755;
--charcoal-800: #433E3D;
--charcoal-900: #2B2827;
--charcoal-950: #1B1918;
}