Charcoal
#344B4C
CyanColor Codes
All color formats for development
HEX
#344B4CRGB
rgb(52, 75, 76)HSL
hsl(183, 19%, 25%)OKLCH
oklch(0.394 0.028 199.5)CMYK
cmyk(32%, 1%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4344
2#293C3D
3#243435
4#1F2D2E
5#1A2526
6#151E1E
7#0F1617
8#0A0F0F
9#050708
Tints
Lighter variations
1#436163
2#537779
3#628E90
4#76A0A2
5#8DB0B2
6#A4C0C1
7#BBCFD1
8#D1DFE0
9#E8EFF0
Tones
Muted variations
1#354A4B
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 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CECF | BordersInactive statesPlaceholder text |
| 400 | 95B5 #95B5B7 | Disabled statesSecondary iconsMuted text |
| 500 | 76A0 #76A0A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B83 #5B8386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4869 #48696A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344B #344B4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | 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: #D8E4E4;
--charcoal-300: #B9CECF;
--charcoal-400: #95B5B7;
--charcoal-500: #76A0A2;
--charcoal-600: #5B8386;
--charcoal-700: #48696A;
--charcoal-800: #344B4C;
--charcoal-900: #213031;
--charcoal-950: #151E1E;
}