Charcoal
#383947
BlueColor Codes
All color formats for development
HEX
#383947RGB
rgb(56, 57, 71)HSL
hsl(236, 12%, 25%)OKLCH
oklch(0.349 0.024 281.8)CMYK
cmyk(21%, 20%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#323340
2#2D2E39
3#272832
4#22222B
5#1C1D24
6#16171D
7#111115
8#0B0B0E
9#060607
Tints
Lighter variations
1#494A5D
2#5A5B72
3#6B6D88
4#7E809A
5#9495AB
6#A9ABBC
7#BFC0CD
8#D4D5DD
9#EAEAEE
Tones
Muted variations
1#393A47
2#3A3A46
3#3A3B45
4#3B3C44
5#3C3C44
6#3D3D43
7#3D3E42
8#3E3E41
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBE #BDBECB | BordersInactive statesPlaceholder text |
| 400 | 9B9C #9B9CB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E80 #7E809A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6365 #63657E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F50 #4F5064 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3839 #383947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2425 #24252E | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBEBEF;
--charcoal-200: #DADAE2;
--charcoal-300: #BDBECB;
--charcoal-400: #9B9CB0;
--charcoal-500: #7E809A;
--charcoal-600: #63657E;
--charcoal-700: #4F5064;
--charcoal-800: #383947;
--charcoal-900: #24252E;
--charcoal-950: #16171D;
}