Charcoal
#374448
CyanColor Codes
All color formats for development
HEX
#374448RGB
rgb(55, 68, 72)HSL
hsl(194, 13%, 25%)OKLCH
oklch(0.377 0.018 218.4)CMYK
cmyk(24%, 6%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#323D41
2#2C373A
3#273032
4#21292B
5#1C2224
6#161B1D
7#111416
8#0B0E0E
9#060707
Tints
Lighter variations
1#48595E
2#596D73
3#698289
4#7D949B
5#93A6AC
6#A9B8BC
7#BECACD
8#D4DBDE
9#E9EDEE
Tones
Muted variations
1#384447
2#394346
3#3A4346
4#3B4245
5#3C4244
6#3C4243
7#3D4142
8#3E4141
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC8 #BDC8CC | BordersInactive statesPlaceholder text |
| 400 | 9AAC #9AACB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D94 #7D949B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6278 #62787F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5F #4E5F65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3744 #374448 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEEEF;
--charcoal-200: #DAE0E2;
--charcoal-300: #BDC8CC;
--charcoal-400: #9AACB1;
--charcoal-500: #7D949B;
--charcoal-600: #62787F;
--charcoal-700: #4E5F65;
--charcoal-800: #374448;
--charcoal-900: #232C2E;
--charcoal-950: #161B1D;
}