Charcoal
#363849
BlueColor Codes
All color formats for development
HEX
#363849RGB
rgb(54, 56, 73)HSL
hsl(234, 15%, 25%)OKLCH
oklch(0.346 0.03 279.5)CMYK
cmyk(26%, 23%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313242
2#2B2D3B
3#262733
4#21222C
5#1B1C25
6#16161D
7#101116
8#0B0B0F
9#050607
Tints
Lighter variations
1#46495F
2#575A75
3#676B8B
4#7B7E9D
5#9194AE
6#A7A9BE
7#BDBFCE
8#D3D4DE
9#E9EAEF
Tones
Muted variations
1#373948
2#383A47
3#393A46
4#3A3B45
5#3B3C45
6#3C3D44
7#3D3D43
8#3E3E42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBD #BCBDCD | BordersInactive statesPlaceholder text |
| 400 | 989B #989BB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B7E #7B7E9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F63 #5F6381 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C4F #4C4F67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3638 #363849 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2324 #23242F | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F8;
--charcoal-100: #EAEBF0;
--charcoal-200: #D9DAE3;
--charcoal-300: #BCBDCD;
--charcoal-400: #989BB3;
--charcoal-500: #7B7E9D;
--charcoal-600: #5F6381;
--charcoal-700: #4C4F67;
--charcoal-800: #363849;
--charcoal-900: #23242F;
--charcoal-950: #16161D;
}