Charcoal
#363A49
BlueColor Codes
All color formats for development
HEX
#363A49RGB
rgb(54, 58, 73)HSL
hsl(227, 15%, 25%)OKLCH
oklch(0.351 0.027 273.3)CMYK
cmyk(26%, 21%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313442
2#2B2F3B
3#262933
4#21232C
5#1B1D25
6#16171D
7#101116
8#0B0C0F
9#050607
Tints
Lighter variations
1#464C5F
2#575D75
3#676F8B
4#7B829D
5#9197AE
6#A7ACBE
7#BDC1CE
8#D3D5DE
9#E9EAEF
Tones
Muted variations
1#373B48
2#383B47
3#393C46
4#3A3C45
5#3B3D45
6#3C3E44
7#3D3E43
8#3E3F42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBF #BCBFCD | BordersInactive statesPlaceholder text |
| 400 | 989E #989EB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B82 #7B829D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F67 #5F6781 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C52 #4C5267 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A49 | 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: #EAECF0;
--charcoal-200: #D9DBE3;
--charcoal-300: #BCBFCD;
--charcoal-400: #989EB3;
--charcoal-500: #7B829D;
--charcoal-600: #5F6781;
--charcoal-700: #4C5267;
--charcoal-800: #363A49;
--charcoal-900: #23252F;
--charcoal-950: #16171D;
}