Charcoal
#344B4B
CyanColor Codes
All color formats for development
HEX
#344B4BRGB
rgb(52, 75, 75)HSL
hsl(180, 18%, 25%)OKLCH
oklch(0.394 0.028 196.1)CMYK
cmyk(31%, 0%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4444
2#2A3C3C
3#253535
4#1F2D2D
5#1A2626
6#151E1E
7#101717
8#0A0F0F
9#050808
Tints
Lighter variations
1#446262
2#547878
3#638F8F
4#78A1A1
5#8EB1B1
6#A5C0C0
7#BBD0D0
8#D2E0E0
9#E8EFEF
Tones
Muted variations
1#354A4A
2#374949
3#384848
4#394747
5#3A4545
6#3B4444
7#3C4343
8#3D4242
9#3F4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACF #BACFCF | BordersInactive statesPlaceholder text |
| 400 | 96B6 #96B6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 78A1 #78A1A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C84 #5C8484 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4969 #496969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344B #344B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213030 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #EAF0F0;
--charcoal-200: #D8E4E4;
--charcoal-300: #BACFCF;
--charcoal-400: #96B6B6;
--charcoal-500: #78A1A1;
--charcoal-600: #5C8484;
--charcoal-700: #496969;
--charcoal-800: #344B4B;
--charcoal-900: #213030;
--charcoal-950: #151E1E;
}