Charcoal
#363649
BlueColor Codes
All color formats for development
HEX
#363649RGB
rgb(54, 54, 73)HSL
hsl(240, 15%, 25%)OKLCH
oklch(0.341 0.033 284.5)CMYK
cmyk(26%, 26%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313142
2#2B2B3B
3#262633
4#21212C
5#1B1B25
6#16161D
7#101016
8#0B0B0F
9#050507
Tints
Lighter variations
1#46465F
2#575775
3#67678B
4#7B7B9D
5#9191AE
6#A7A7BE
7#BDBDCE
8#D3D3DE
9#E9E9EF
Tones
Muted variations
1#373748
2#383847
3#393946
4#3A3A45
5#3B3B45
6#3C3C44
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 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBC #BCBCCD | BordersInactive statesPlaceholder text |
| 400 | 9898 #9898B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B7B #7B7B9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F5F #5F5F81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C4C #4C4C67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3636 #363649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232F | 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: #EAEAF0;
--charcoal-200: #D9D9E3;
--charcoal-300: #BCBCCD;
--charcoal-400: #9898B3;
--charcoal-500: #7B7B9D;
--charcoal-600: #5F5F81;
--charcoal-700: #4C4C67;
--charcoal-800: #363649;
--charcoal-900: #23232F;
--charcoal-950: #16161D;
}