Charcoal
#334B4D
CyanColor Codes
All color formats for development
HEX
#334B4DRGB
rgb(51, 75, 77)HSL
hsl(185, 20%, 25%)OKLCH
oklch(0.394 0.03 202.5)CMYK
cmyk(34%, 3%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4345
2#293C3D
3#243436
4#1F2D2E
5#1A2526
6#141E1F
7#0F1617
8#0A0F0F
9#050708
Tints
Lighter variations
1#426163
2#52777A
3#618D91
4#759FA3
5#8CAFB3
6#A3BFC2
7#BACFD1
8#D1DFE0
9#E8EFF0
Tones
Muted variations
1#34494B
2#36484A
3#374749
4#384647
5#394546
6#3B4445
7#3C4344
8#3D4242
9#3E4141
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 | D7E3 #D7E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CED0 | BordersInactive statesPlaceholder text |
| 400 | 94B5 #94B5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759F #759FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A83 #5A8387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4768 #47686B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334A #334A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #EAF0F1;
--charcoal-200: #D7E3E4;
--charcoal-300: #B9CED0;
--charcoal-400: #94B5B8;
--charcoal-500: #759FA3;
--charcoal-600: #5A8387;
--charcoal-700: #47686B;
--charcoal-800: #334A4D;
--charcoal-900: #213031;
--charcoal-950: #141E1F;
}