Charcoal
#54545F
GrayColor Codes
All color formats for development
HEX
#54545FRGB
rgb(84, 84, 95)HSL
hsl(240, 6%, 35%)OKLCH
oklch(0.45 0.018 285.7)CMYK
cmyk(12%, 12%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C4C55
2#43434C
3#3B3B42
4#323239
5#2A2A2F
6#222226
7#19191C
8#111113
9#080809
Tints
Lighter variations
1#636370
2#737382
3#848492
4#9696A2
5#A7A7B1
6#B9B9C1
7#CACAD0
8#DCDCE0
9#EDEDEF
Tones
Muted variations
1#54545E
2#55555E
3#56565D
4#56565C
5#57575C
6#57575B
7#58585B
8#58585A
9#59595A
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 | C1C1 #C1C1C8 | BordersInactive statesPlaceholder text |
| 400 | A0A0 #A0A0AB | Disabled statesSecondary iconsMuted text |
| 500 | 8585 #858593 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6969 #696977 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5454 #54545F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C3C #3C3C44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2626 #26262B | 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: #C1C1C8;
--charcoal-400: #A0A0AB;
--charcoal-500: #858593;
--charcoal-600: #696977;
--charcoal-700: #54545F;
--charcoal-800: #3C3C44;
--charcoal-900: #26262B;
--charcoal-950: #18181B;
}