Charcoal
#2B2727
GrayColor Codes
All color formats for development
HEX
#2B2727RGB
rgb(43, 39, 39)HSL
hsl(0, 5%, 16%)OKLCH
oklch(0.277 0.006 17.5)CMYK
cmyk(0%, 9%, 9%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#272323
2#221F1F
3#1E1B1B
4#1A1717
5#151313
6#111010
7#0D0C0C
8#090808
9#040404
Tints
Lighter variations
1#413B3B
2#584F4F
3#6E6464
4#857878
5#998F8F
6#AEA5A5
7#C2BCBC
8#D6D2D2
9#EBE9E9
Tones
Muted variations
1#2B2727
2#2A2727
3#2A2727
4#2A2828
5#2A2828
6#2A2828
7#292828
8#292828
9#292929
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEC #EEECEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DC #E0DCDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C7C1 #C7C1C1 | BordersInactive statesPlaceholder text |
| 400 | AAA1 #AAA1A1 | Disabled statesSecondary iconsMuted text |
| 500 | 9287 #928787 | Primary brand colorCTAsActive elementsLinks |
| 600 | 766B #766B6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E55 #5E5555 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 433D #433D3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B27 #2B2727 | Primary textHigh emphasis contentDark headings |
| 950 | 1B18 #1B1818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F7F7;
--charcoal-100: #EEECEC;
--charcoal-200: #E0DCDC;
--charcoal-300: #C7C1C1;
--charcoal-400: #AAA1A1;
--charcoal-500: #928787;
--charcoal-600: #766B6B;
--charcoal-700: #5E5555;
--charcoal-800: #433D3D;
--charcoal-900: #2B2727;
--charcoal-950: #1B1818;
}