Charcoal
#36464A
CyanColor Codes
All color formats for development
HEX
#36464ARGB
rgb(54, 70, 74)HSL
hsl(192, 16%, 25%)OKLCH
oklch(0.382 0.022 214.7)CMYK
cmyk(27%, 5%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303F43
2#2B383B
3#253134
4#202A2C
5#1B2325
6#151C1E
7#101516
8#0B0E0F
9#050707
Tints
Lighter variations
1#465B60
2#567076
3#66858D
4#7A979F
5#90A9AF
6#A6BABF
7#BCCBCF
8#D3DCDF
9#E9EEEF
Tones
Muted variations
1#374549
2#384548
3#394447
4#3A4346
5#3B4345
6#3C4244
7#3D4243
8#3E4142
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCA #BBCACE | BordersInactive statesPlaceholder text |
| 400 | 97AE #97AEB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A97 #7A979F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E7B #5E7B82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B62 #4B6268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3646 #36464A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222D #222D2F | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D9E1E3;
--charcoal-300: #BBCACE;
--charcoal-400: #97AEB4;
--charcoal-500: #7A979F;
--charcoal-600: #5E7B82;
--charcoal-700: #4B6268;
--charcoal-800: #36464A;
--charcoal-900: #222D2F;
--charcoal-950: #151C1E;
}