Charcoal
#344A4C
CyanColor Codes
All color formats for development
HEX
#344A4CRGB
rgb(52, 74, 76)HSL
hsl(185, 19%, 25%)OKLCH
oklch(0.392 0.027 203.1)CMYK
cmyk(32%, 3%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4244
2#293B3D
3#243435
4#1F2C2E
5#1A2526
6#151E1E
7#0F1617
8#0A0F0F
9#050708
Tints
Lighter variations
1#436063
2#537679
3#628C90
4#769EA2
5#8DAFB2
6#A4BFC1
7#BBCFD1
8#D1DFE0
9#E8EFF0
Tones
Muted variations
1#35494B
2#364849
3#374748
4#384647
5#3A4546
6#3B4445
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 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CECF | BordersInactive statesPlaceholder text |
| 400 | 95B4 #95B4B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769E #769EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B82 #5B8286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4867 #48676A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | 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: #EAF0F1;
--charcoal-200: #D8E3E4;
--charcoal-300: #B9CECF;
--charcoal-400: #95B4B7;
--charcoal-500: #769EA2;
--charcoal-600: #5B8286;
--charcoal-700: #48676A;
--charcoal-800: #344A4C;
--charcoal-900: #212F31;
--charcoal-950: #151E1E;
}