Charcoal
#344A4B
CyanColor Codes
All color formats for development
HEX
#344A4BRGB
rgb(52, 74, 75)HSL
hsl(183, 18%, 25%)OKLCH
oklch(0.391 0.027 199.6)CMYK
cmyk(31%, 1%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4344
2#2A3B3C
3#253435
4#1F2C2D
5#1A2526
6#151E1E
7#101617
8#0A0F0F
9#050708
Tints
Lighter variations
1#446062
2#547778
3#638D8F
4#789FA1
5#8EAFB1
6#A5BFC0
7#BBCFD0
8#D2DFE0
9#E8EFEF
Tones
Muted variations
1#35494A
2#374849
3#384748
4#394647
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 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACE #BACECF | BordersInactive statesPlaceholder text |
| 400 | 96B4 #96B4B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789F #789FA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C82 #5C8284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4968 #496869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F30 | 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: #D8E3E4;
--charcoal-300: #BACECF;
--charcoal-400: #96B4B6;
--charcoal-500: #789FA1;
--charcoal-600: #5C8284;
--charcoal-700: #496869;
--charcoal-800: #344A4B;
--charcoal-900: #212F30;
--charcoal-950: #151E1E;
}