Charcoal
#364849
CyanColor Codes
All color formats for development
HEX
#364849RGB
rgb(54, 72, 73)HSL
hsl(183, 15%, 25%)OKLCH
oklch(0.387 0.023 200.5)CMYK
cmyk(26%, 1%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314142
2#2B3A3B
3#263333
4#212B2C
5#1B2425
6#161D1D
7#101616
8#0B0E0F
9#050707
Tints
Lighter variations
1#465E5F
2#577475
3#67898B
4#7B9C9D
5#91ACAE
6#A7BDBE
7#BDCDCE
8#D3DEDE
9#E9EEEF
Tones
Muted variations
1#374748
2#384747
3#394646
4#3A4545
5#3B4445
6#3C4344
7#3D4243
8#3E4142
9#3F4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCC #BCCCCD | BordersInactive statesPlaceholder text |
| 400 | 98B2 #98B2B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9C #7B9C9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7F #5F7F81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C65 #4C6567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3648 #364849 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EAF0F0;
--charcoal-200: #D9E2E3;
--charcoal-300: #BCCCCD;
--charcoal-400: #98B2B3;
--charcoal-500: #7B9C9D;
--charcoal-600: #5F7F81;
--charcoal-700: #4C6567;
--charcoal-800: #364849;
--charcoal-900: #232E2F;
--charcoal-950: #161D1D;
}