Charcoal
#324C4D
CyanColor Codes
All color formats for development
HEX
#324C4DRGB
rgb(50, 76, 77)HSL
hsl(182, 21%, 25%)OKLCH
oklch(0.396 0.032 199)CMYK
cmyk(35%, 1%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4545
2#283D3E
3#233536
4#1E2E2E
5#192627
6#141E1F
7#0F1717
8#0A0F0F
9#050808
Tints
Lighter variations
1#416364
2#517A7B
3#609193
4#74A3A4
5#8BB2B3
6#A2C1C3
7#BAD1D2
8#D1E0E1
9#E8F0F0
Tones
Muted variations
1#344B4C
2#354A4A
3#364849
4#384748
5#394646
6#3A4545
7#3C4344
8#3D4242
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8D0 #B8D0D1 | BordersInactive statesPlaceholder text |
| 400 | 93B7 #93B7B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A3 #74A3A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5986 #598688 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476B #476B6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324C #324C4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2031 #203131 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #E9F1F1;
--charcoal-200: #D7E4E5;
--charcoal-300: #B8D0D1;
--charcoal-400: #93B7B8;
--charcoal-500: #74A3A4;
--charcoal-600: #598688;
--charcoal-700: #476B6C;
--charcoal-800: #324C4D;
--charcoal-900: #203131;
--charcoal-950: #141E1F;
}