Charcoal
#384647
CyanColor Codes
All color formats for development
HEX
#384647RGB
rgb(56, 70, 71)HSL
hsl(184, 12%, 25%)OKLCH
oklch(0.382 0.018 201.8)CMYK
cmyk(21%, 1%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#323F40
2#2D3839
3#273132
4#222A2B
5#1C2324
6#161C1D
7#111515
8#0B0E0E
9#060707
Tints
Lighter variations
1#495B5D
2#5A7172
3#6B8688
4#7E989A
5#94A9AB
6#A9BABC
7#BFCCCD
8#D4DDDD
9#EAEEEE
Tones
Muted variations
1#394647
2#3A4546
3#3A4445
4#3B4444
5#3C4344
6#3D4243
7#3D4242
8#3E4141
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCA #BDCACB | BordersInactive statesPlaceholder text |
| 400 | 9BAF #9BAFB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E98 #7E989A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637C #637C7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F63 #4F6364 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3846 #384647 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2E | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEFEF;
--charcoal-200: #DAE1E2;
--charcoal-300: #BDCACB;
--charcoal-400: #9BAFB0;
--charcoal-500: #7E989A;
--charcoal-600: #637C7E;
--charcoal-700: #4F6364;
--charcoal-800: #384647;
--charcoal-900: #242D2E;
--charcoal-950: #161C1D;
}