Charcoal
#343A4C
BlueColor Codes
All color formats for development
HEX
#343A4CRGB
rgb(52, 58, 76)HSL
hsl(225, 19%, 25%)OKLCH
oklch(0.351 0.033 270.3)CMYK
cmyk(32%, 24%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3444
2#292E3D
3#242835
4#1F232E
5#1A1D26
6#15171E
7#0F1117
8#0A0C0F
9#050608
Tints
Lighter variations
1#434B63
2#535C79
3#626E90
4#7681A2
5#8D96B2
6#A4ABC1
7#BBC0D1
8#D1D5E0
9#E8EAF0
Tones
Muted variations
1#353A4B
2#363B49
3#373C48
4#383C47
5#3A3D46
6#3B3D45
7#3C3E43
8#3D3F42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BF #B9BFCF | BordersInactive statesPlaceholder text |
| 400 | 959D #959DB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7681 #7681A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B66 #5B6686 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4851 #48516A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343A #343A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212531 | 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: #F6F7F9;
--charcoal-100: #EAEBF1;
--charcoal-200: #D8DBE4;
--charcoal-300: #B9BFCF;
--charcoal-400: #959DB7;
--charcoal-500: #7681A2;
--charcoal-600: #5B6686;
--charcoal-700: #48516A;
--charcoal-800: #343A4C;
--charcoal-900: #212531;
--charcoal-950: #15171E;
}