Charcoal
#36394A
BlueColor Codes
All color formats for development
HEX
#36394ARGB
rgb(54, 57, 74)HSL
hsl(231, 16%, 25%)OKLCH
oklch(0.349 0.03 276.9)CMYK
cmyk(27%, 23%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303343
2#2B2D3B
3#252834
4#20222C
5#1B1C25
6#15171E
7#101116
8#0B0B0F
9#050607
Tints
Lighter variations
1#464A60
2#565B76
3#666C8D
4#7A7F9F
5#9095AF
6#A6AABF
7#BCBFCF
8#D3D4DF
9#E9EAEF
Tones
Muted variations
1#373949
2#383A48
3#393B47
4#3A3B46
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 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBE #BBBECE | BordersInactive statesPlaceholder text |
| 400 | 979C #979CB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A7F #7A7F9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E64 #5E6482 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B4F #4B4F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3639 #36394A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #22242F | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEBF0;
--charcoal-200: #D9DAE3;
--charcoal-300: #BBBECE;
--charcoal-400: #979CB4;
--charcoal-500: #7A7F9F;
--charcoal-600: #5E6482;
--charcoal-700: #4B4F68;
--charcoal-800: #36394A;
--charcoal-900: #22242F;
--charcoal-950: #15171E;
}