Charcoal
#374549
CyanColor Codes
All color formats for development
HEX
#374549RGB
rgb(55, 69, 73)HSL
hsl(193, 14%, 25%)OKLCH
oklch(0.38 0.019 217)CMYK
cmyk(25%, 5%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313E41
2#2C373A
3#263033
4#21292C
5#1B2224
6#161C1D
7#101516
8#0B0E0F
9#050707
Tints
Lighter variations
1#47595E
2#586E74
3#68838A
4#7C959C
5#92A7AD
6#A8B9BD
7#BECACE
8#D3DCDE
9#E9EDEF
Tones
Muted variations
1#384448
2#394447
3#3A4346
4#3A4345
5#3B4244
6#3C4243
7#3D4142
8#3E4142
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC9 #BCC9CD | BordersInactive statesPlaceholder text |
| 400 | 99AD #99ADB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C95 #7C959C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6079 #607980 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D60 #4D6066 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3745 #374549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEFF0;
--charcoal-200: #D9E0E2;
--charcoal-300: #BCC9CD;
--charcoal-400: #99ADB2;
--charcoal-500: #7C959C;
--charcoal-600: #607980;
--charcoal-700: #4D6066;
--charcoal-800: #374549;
--charcoal-900: #232C2F;
--charcoal-950: #161C1D;
}