Charcoal
#363949
BlueColor Codes
All color formats for development
HEX
#363949RGB
rgb(54, 57, 73)HSL
hsl(231, 15%, 25%)OKLCH
oklch(0.348 0.028 276.5)CMYK
cmyk(26%, 22%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313342
2#2B2E3B
3#262833
4#21222C
5#1B1D25
6#16171D
7#101116
8#0B0B0F
9#050607
Tints
Lighter variations
1#464A5F
2#575B75
3#676C8B
4#7B809D
5#9195AE
6#A7AABE
7#BDC0CE
8#D3D5DE
9#E9EAEF
Tones
Muted variations
1#373A48
2#383A47
3#393B46
4#3A3C45
5#3B3C45
6#3C3D44
7#3D3E43
8#3E3E42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBE #BCBECD | BordersInactive statesPlaceholder text |
| 400 | 989C #989CB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B80 #7B809D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F64 #5F6481 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C50 #4C5067 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3639 #363949 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252F | 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: #EAEBF0;
--charcoal-200: #D9DAE3;
--charcoal-300: #BCBECD;
--charcoal-400: #989CB3;
--charcoal-500: #7B809D;
--charcoal-600: #5F6481;
--charcoal-700: #4C5067;
--charcoal-800: #363949;
--charcoal-900: #23252F;
--charcoal-950: #16171D;
}