Charcoal
#334A4D
CyanColor Codes
All color formats for development
HEX
#334A4DRGB
rgb(51, 74, 77)HSL
hsl(187, 20%, 25%)OKLCH
oklch(0.391 0.029 206.2)CMYK
cmyk(34%, 4%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4245
2#293B3D
3#243336
4#1F2C2E
5#1A2526
6#141D1F
7#0F1617
8#0A0F0F
9#050708
Tints
Lighter variations
1#426063
2#52767A
3#618C91
4#759EA3
5#8CAEB3
6#A3BEC2
7#BACED1
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 | B9CD #B9CDD0 | BordersInactive statesPlaceholder text |
| 400 | 94B3 #94B3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759E #759EA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A81 #5A8187 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4767 #47676B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334A #334A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | 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: #B9CDD0;
--charcoal-400: #94B3B8;
--charcoal-500: #759EA3;
--charcoal-600: #5A8187;
--charcoal-700: #47676B;
--charcoal-800: #334A4D;
--charcoal-900: #212F31;
--charcoal-950: #141D1F;
}